Files
AutoDeploy/main.py
2026-07-14 16:31:23 +08:00

6 lines
79 B
Python

from deploy_tool.gui import run_app
if __name__ == "__main__":
run_app()