pi-day #8
|
@ -1,3 +1,4 @@
|
||||||
from fabelous_math.simple_functions import is_even, is_odd
|
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"]
|
Loading…
Reference in New Issue