mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-18 23:23:53 +08:00
5 lines
77 B
Python
Executable File
5 lines
77 B
Python
Executable File
#!/usr/bin/env python3
|
|
from panda import Panda
|
|
Panda().set_esp_power(False)
|
|
|