README.md
pyproject.toml
src/__init__.py
src/api/__init__.py
src/api/app.py
src/api/calculator.py
src/binnev_python_template.egg-info/PKG-INFO
src/binnev_python_template.egg-info/SOURCES.txt
src/binnev_python_template.egg-info/dependency_links.txt
src/binnev_python_template.egg-info/requires.txt
src/binnev_python_template.egg-info/top_level.txt
src/cli/__init__.py
src/cli/__main__.py
src/cli/calculator.py
src/core/__init__.py
src/core/calculator.py
tests/test_api.py
tests/test_async_stuff.py
tests/test_calculator.py
tests/test_cli.py