6 lines
89 B
Python

from apollo import Apollo
if __name__ == '__main__':
game = Apollo()
game.run()