8 lines
95 B
Python
Executable File
8 lines
95 B
Python
Executable File
#!/bin/python3
|
|
|
|
from engine.game import Game
|
|
from scenes.lvl0 import scene
|
|
|
|
|
|
Game(scene).run()
|