carrot/selfdrive/car/body/radar_interface.py

5 lines
116 B
Python
Raw Normal View History

from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):
pass