for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
__version__ = "1.0.0"
from .core import compute
__all__ = [
"compute",
]