Justify / fast_bisect /fast_bisect_backup.py
dzs
added debug mechanism
ccaeabc
raw
history blame contribute delete
133 Bytes
# setup.py
from setuptools import setup
from Cython.Build import cythonize
setup(
ext_modules = cythonize("fast_bisect.pyx"),
)