cave-survival/cave_survival/run.py
2023-03-19 12:27:00 -05:00

6 lines
82 B
Python

from cave_survival.game import Game
def run():
game = Game()
game.run()