openpilot1/selfdrive/car/mock/carstate.py

5 lines
98 B
Python

from openpilot.selfdrive.car.interfaces import CarStateBase
class CarState(CarStateBase):
pass