Cleaner proof of concept

This commit is contained in:
Yohann D'ANELLO
2020-10-16 15:23:58 +02:00
parent 4b0554a913
commit ef6e5d66ca
4 changed files with 42 additions and 45 deletions

3
main.py Normal file → Executable file
View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
from dungeonbattle.proof_of_concept import proof_of_concept
if __name__ == "__main__":
print("Hello world!")
proof_of_concept()