6 lines
105 B
Python
6 lines
105 B
Python
from opendbc.car.interfaces import RadarInterfaceBase
|
|
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|