LICENSE
README.md
pyproject.toml
setup.cfg
math_operations_kseahtan/__init__.py
math_operations_kseahtan/calculate.py
math_operations_kseahtan/run.py
math_operations_kseahtan.egg-info/PKG-INFO
math_operations_kseahtan.egg-info/SOURCES.txt
math_operations_kseahtan.egg-info/dependency_links.txt
math_operations_kseahtan.egg-info/entry_points.txt
math_operations_kseahtan.egg-info/top_level.txt
math_operations_kseahtan/advanced/__init__.py
math_operations_kseahtan/advanced/divide.py
math_operations_kseahtan/advanced/exponent.py
math_operations_kseahtan/advanced/multiply.py
math_operations_kseahtan/advanced/square_root.py
math_operations_kseahtan/basic/__init__.py
math_operations_kseahtan/basic/add.py
math_operations_kseahtan/basic/subtract.py
tests/test_operations.py