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

6 lines
105 B
Python
Raw Normal View History

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