mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 15:23:53 +08:00
3 lines
135 B
Python
3 lines
135 B
Python
|
|
from opendbc.can.parser_pyx import CANParser, CANDefine # pylint: disable=no-name-in-module, import-error
|
||
|
|
assert CANParser, CANDefine
|