mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 03:46:37 +00:00
Initial commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/Users/dzaitsev/azaion-gps-denien-onboard-gemini/gps-denied-onboard/venv/bin/python3
|
||||
import sys
|
||||
from httpx import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = sys.argv[0].removesuffix('.exe')
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user