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