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