Rework scenes and allow the user to quit.
[tabakrolletjie.git] / tabakrolletjie / gamestate.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6f7f5c45afe62ac586e7fae86e78876e8177e350 100644 (file)
@@ -0,0 +1,4 @@
+""" The game state. """
+
+class GameState(object):
+    pass