panda/tests/disable_esp.py

4 lines
76 B
Python
Executable File

#!/usr/bin/env python3
from panda import Panda
Panda().set_esp_power(False)