""" Script to smoke-test our Cython wrappers """ # Author: Gael Varoquaux # License: BSD import cython_wrapper print cython_wrapper.py_compute(10)