mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 20:02:11 +08:00
9ef085076b
old-commit-hash: 71ead9adea44410b281f0ff1a9c07080d0bada47
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
|