mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 07:13:53 +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
|