mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 18:13:53 +08:00
* precommit ensure executable * exclude tinygrad * bump submodules * exclude tinygrad globally
5 lines
116 B
Python
5 lines
116 B
Python
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|