clearpilot: initial commit of full source
This commit is contained in:
6
selfdrive/modeld/runners/runmodel_pyx.pxd
Executable file
6
selfdrive/modeld/runners/runmodel_pyx.pxd
Executable file
@@ -0,0 +1,6 @@
|
||||
# distutils: language = c++
|
||||
|
||||
from .runmodel cimport RunModel as cppRunModel
|
||||
|
||||
cdef class RunModel:
|
||||
cdef cppRunModel * model
|
||||
Reference in New Issue
Block a user