seopardy/gamestate.py

6 lines
108 B
Python
Raw Normal View History

2013-11-06 20:42:00 +01:00
from __future__ import print_function
class GameState(object):
def __init__(self, statefile=None):
pass