Files

8 lines
114 B
Python

from game.game import Game
from editor import Editor
game = Game()
# editor = Editor()
game.run()
# editor.run()