carrot/opendbc_repo/opendbc/car/body/radar_interface.py

5 lines
104 B
Python
Raw Normal View History

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