spele/plagiats/main.py

7 lines
83 B
Python

import pygame
pygame.init()
from game import Game
g = Game()
print(g.run())