mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 16:22:08 +08:00
89d1d84c70
old-commit-hash: cf80f7a28b
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
|