squirrel-battle/main.py

6 lines
133 B
Python
Raw Normal View History

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