Revert "♻ refactor: rename package"

This reverts commit 55796828dd.
This commit is contained in:
Florian Hönicke
2023-04-24 23:20:09 +02:00
parent 9ee674817f
commit 0339b24353
33 changed files with 1940 additions and 7 deletions

View File

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