Import('envCython')

simple_kalman_python = envCython.Program('simple_kalman_impl.so', 'simple_kalman_impl.pyx')

Export('simple_kalman_python')
