25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
208 B

  1. #!/opt/FastAPI/.venv/bin/python
  2. import sys
  3. from openapi_python_client.cli import app
  4. if __name__ == '__main__':
  5. if sys.argv[0].endswith('.exe'):
  6. sys.argv[0] = sys.argv[0][:-4]
  7. sys.exit(app())