diff --git a/src/fabelous_math/__init__.py b/src/fabelous_math/__init__.py index 40c1e47..1660b52 100644 --- a/src/fabelous_math/__init__.py +++ b/src/fabelous_math/__init__.py @@ -1,3 +1,4 @@ from fabelous_math.simple_functions import is_even, is_odd +from fabelous_math.rooting import rooting -__all__ = ["is_even", "is_odd"] \ No newline at end of file +__all__ = ["is_even", "is_odd", "rooting"] \ No newline at end of file