mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 22:16:37 +00:00
7 lines
226 B
Python
Executable File
7 lines
226 B
Python
Executable File
#!/Users/dzaitsev/azaion-gps-denien-onboard-gemini/gps-denied-onboard/venv/bin/python3
|
|
import sys
|
|
from fastapi.cli import main
|
|
if __name__ == '__main__':
|
|
sys.argv[0] = sys.argv[0].removesuffix('.exe')
|
|
sys.exit(main())
|