Files
dev-gpt/gptdeploy.py
2023-04-10 21:59:05 +02:00

4 lines
59 B
Python

from src import main
if __name__ == "__main__":
main()