mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 16:02:14 +08:00
afc96972c8
* always set * add mock * little more * fix * fix
5 lines
98 B
Python
5 lines
98 B
Python
from openpilot.selfdrive.car.interfaces import CarStateBase
|
|
|
|
class CarState(CarStateBase):
|
|
pass
|