updated init for new rooting
Gitea Actions For Fabelous-Math / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Falko Victor Habel 2025-03-14 14:08:57 +01:00
parent a0283ddf64
commit fc840bb42b
1 changed files with 2 additions and 1 deletions

View File

@ -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"]
__all__ = ["is_even", "is_odd", "rooting"]