mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +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
4 lines
86 B
Python
4 lines
86 B
Python
import os
|
|
|
|
DBC_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dbc')
|