mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-25 01:12:04 +08:00
3b91610c0b
* precommit ensure executable
* exclude tinygrad
* bump submodules
* exclude tinygrad globally
old-commit-hash: 4e69937d0d
5 lines
116 B
Python
5 lines
116 B
Python
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|