6 lines
83 B
Python
6 lines
83 B
Python
from moon import Moon
|
|
|
|
if __name__ == '__main__':
|
|
game = Moon()
|
|
game.run()
|