mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-27 03:54:02 +08:00
* Nissan port
* add x-trail to release notes
* update readme and model
* remove from releases until tested
* Don't test Nissan for now
* Forced dashcam in test_car_models
old-commit-hash: 6db044c86c
6 lines
129 B
Python
6 lines
129 B
Python
#!/usr/bin/env python3
|
|
from selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|