summaryrefslogtreecommitdiff
path: root/txtgameengine/scenes.py
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-24 04:19:39 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-24 04:19:39 +0200
commita0a40e9259b9e8be4e677c8c29dfdfb89eb81ce8 (patch)
tree47768e46da3e6682acf6b72dddabaef78d0bfeb8 /txtgameengine/scenes.py
parent635185baac3a2a9c5e50971d994ca7bcdec1d495 (diff)
downloadtxtgameengine-a0a40e9259b9e8be4e677c8c29dfdfb89eb81ce8.tar.gz
txtgameengine-a0a40e9259b9e8be4e677c8c29dfdfb89eb81ce8.tar.bz2
txtgameengine-a0a40e9259b9e8be4e677c8c29dfdfb89eb81ce8.zip
Progress at night
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