Source code for selfdrive.car.subaru.radar_interface

from openpilot.selfdrive.car.interfaces import RadarInterfaceBase

[docs] class RadarInterface(RadarInterfaceBase): pass