mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 11:13:53 +08:00
* common_python export
* Single scons call
* transformations_python
old-commit-hash: d138a358eb
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')
|