From fc840bb42b2a14e4e136596cf1337035f9cbc651 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Fri, 14 Mar 2025 14:08:57 +0100 Subject: [PATCH] updated init for new rooting --- src/fabelous_math/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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