mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 05:23:53 +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')
|