Пример #1
0
def game_started(sid, data):
    game = Game.from_sgf(data['game_sgf'])
    game.save()