Files
dev-gpt/gptdeploy.py
2023-04-24 19:27:56 +02:00

4 lines
65 B
Python

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