6 lines
82 B
Python
6 lines
82 B
Python
from cave_survival.game import Game
|
|
|
|
|
|
def run():
|
|
game = Game()
|
|
game.run()
|