Source code for selfdrive.car.mazda.radar_interface

#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase

[docs] class RadarInterface(RadarInterfaceBase): pass