squirrel-battle/main.py

6 lines
133 B
Python
Raw Normal View History

2020-10-02 13:48:39 +00:00
#!/usr/bin/env python
2020-10-16 13:23:58 +00:00
from dungeonbattle.proof_of_concept import proof_of_concept
2020-10-02 13:48:39 +00:00
if __name__ == "__main__":
2020-10-16 13:23:58 +00:00
proof_of_concept()