Ejemplo n.º 1
0
def main():
    game = Game()

    game.run()

    game.quit()