You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 line
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())