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