carrot/selfdrive/modeld/runners/runmodel_pyx.pxd
2025-02-09 10:36:04 +09:00

7 lines
125 B
Cython

# distutils: language = c++
from .runmodel cimport RunModel as cppRunModel
cdef class RunModel:
cdef cppRunModel * model