mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 19:12:07 +08:00
9ef085076b
old-commit-hash: 71ead9adea
6 lines
129 B
Python
Executable File
6 lines
129 B
Python
Executable File
#!/usr/bin/env python3
|
|
from selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|