コード例 #1
0
ファイル: webapp.py プロジェクト: heckj/om
def current_gamestate():
    gs = GameState()
    return jsonify(state=gs.state_dict())