2025-10-30 14:51:01 +01:00

7 lines
90 B
Python

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