Files
vconnect-api/venv/bin/watchfiles
2025-12-08 21:35:55 +09:00

8 lines
203 B
Python

#!/data/vconnect-api/venv/bin/python3
import sys
from watchfiles.cli import cli
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(cli())