mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 21:13:51 +08:00
* move to nested opendbc/ * get CI working / similar to msgq * move dbcs to dbc/ * run pre-commit outside docker * move generator to dbc/ * fix path in print
3 lines
113 B
Python
3 lines
113 B
Python
from opendbc.can.parser_pyx import CANDefine # pylint: disable=no-name-in-module, import-error
|
|
assert CANDefine
|