Simple template
parents
.gitignore
0 → 100644
README.rst
0 → 100644
noxfile.py
0 → 100644
poetry.lock
0 → 100644
pyproject.toml
0 → 100644
src/fib_calc/__init__.py
0 → 100644
src/fib_calc/cli.py
0 → 100644
src/fib_calc/fib.py
0 → 100644
tests/__init__.py
0 → 100644
tests/test_cli.py
0 → 100644
tests/test_fib.py
0 → 100644
Please register or sign in to comment