Rework scenes and allow the user to quit.
[tabakrolletjie.git] / tabakrolletjie / gamestate.py
1 """ The game state. """
2
3 class GameState(object):
4     pass