5 lines
116 B
Python
Executable File
5 lines
116 B
Python
Executable File
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|