mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
3b91610c0b
* precommit ensure executable * exclude tinygrad * bump submodules * exclude tinygrad globally old-commit-hash: 4e69937d0d3fbdc7d1d42cbc18d7ccf8ddb115f1
5 lines
116 B
Python
5 lines
116 B
Python
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|