mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-15 03:53:58 +08:00
5 lines
76 B
Python
Executable File
5 lines
76 B
Python
Executable File
#!/usr/bin/env python
|
|
from panda import Panda
|
|
Panda().set_esp_power(False)
|
|
|