mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-01 22:19:49 +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
|