Source code for selfdrive.car.mock.carstate

from openpilot.selfdrive.car.interfaces import CarStateBase

[docs] class CarState(CarStateBase): pass