mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 17:02:04 +08:00
eff388b1b6
date: 2023-07-27T18:38:32
master commit: fa310d9e25
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
|