mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-02 14:23:55 +08:00
6 lines
129 B
Python
6 lines
129 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
from selfdrive.car.interfaces import RadarInterfaceBase
|
||
|
|
|
||
|
|
class RadarInterface(RadarInterfaceBase):
|
||
|
|
pass
|