summaryrefslogtreecommitdiff
path: root/txtgameengine/scenes.py
diff options
context:
space:
mode:
Diffstat (limited to 'txtgameengine/scenes.py')
-rw-r--r--txtgameengine/scenes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/txtgameengine/scenes.py b/txtgameengine/scenes.py
index de5579c..725dbd3 100644
--- a/txtgameengine/scenes.py
+++ b/txtgameengine/scenes.py
@@ -1,5 +1,5 @@
import typing
-
+from .input.keyboard import KeyboardCallback
from .app import TxtGameApp