import pygame
pygame.init()

from game import Game

g = Game()
print(g.run())