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