mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 01:13:54 +08:00
6 lines
145 B
Python
6 lines
145 B
Python
Import('envCython')
|
|
|
|
simple_kalman_python = envCython.Program('simple_kalman_impl.so', 'simple_kalman_impl.pyx')
|
|
|
|
Export('simple_kalman_python')
|