math_doodling/math_doodling/__init__.py

7 lines
163 B
Python

"""Just a demo module to play with math series."""
__version__ = "0.1"
from math_doodling.public_api import fib
from math_doodling.exceptions import MyException