Justify / fast_bisect /__init__.py
dzs
added debug mechanism
1df9f37
raw
history blame contribute delete
82 Bytes
# fast_bisect/__init__.py
from .fast_bisect import cbisect
__all__ = ["cbisect"]