6 lines
104 B
Python
Executable File
6 lines
104 B
Python
Executable File
#!/usr/bin/env python
|
|
from dungeonbattle.game import Game
|
|
|
|
if __name__ == "__main__":
|
|
Game().init()
|