panda/tests/disable_esp.py

5 lines
77 B
Python
Executable File

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