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