WMICraft/main.py
2022-03-04 20:10:55 +01:00

6 lines
85 B
Python

from game import Game
if __name__ == '__main__':
game = Game()
game.start()