mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 23:12:04 +08:00
fb1b1f15aa
* mock car cleanup * fix
5 lines
116 B
Python
5 lines
116 B
Python
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|