fix: windows installation

This commit is contained in:
Florian Hönicke
2023-04-10 21:59:05 +02:00
parent 4f6d33920a
commit 023606966e
4 changed files with 7 additions and 5 deletions

4
gptdeploy.py Normal file
View File

@@ -0,0 +1,4 @@
from src import main
if __name__ == "__main__":
main()