5 lines
98 B
Python
5 lines
98 B
Python
![]() |
from openpilot.selfdrive.car.interfaces import CarStateBase
|
||
|
|
||
|
class CarState(CarStateBase):
|
||
|
pass
|