Show off the structure of a Python codebase.
PyAdder/
├── .coveragerc
├── .github
│ └── workflows
│ └── test.yml
├── .gitignore
├── Dockerfile
├── LICENSE.txt
├── README.md
├── CHANGES.txt
├── pyproject.toml
├── adder
│ ├── __init__.py
│ └── tests
│ ├── __init__.py
│ └── test_one_number.py