Source code for selfdrive.car.body.radar_interface

from openpilot.selfdrive.car.interfaces import RadarInterfaceBase

[docs] class RadarInterface(RadarInterfaceBase): pass