nopenpilot/selfdrive/car/volkswagen/radar_interface.py

6 lines
129 B
Python

#!/usr/bin/env python3
from selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):
pass