mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-04 15:56:08 +08:00
8 lines
192 B
Python
8 lines
192 B
Python
#!/usr/bin/env python3
|
|
from selfdrive.car import gen_empty_fingerprint
|
|
|
|
class TI:
|
|
saved_candidate: str
|
|
saved_finger = gen_empty_fingerprint()
|
|
saved_CarInterface: object
|
|
enabled = False |