carrot/selfdrive/car/mock/carstate.py

5 lines
98 B
Python
Raw Normal View History

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