file-structure-py/ ├── file_structure_py/ │ ├── __init__.py │ ├── file_structure_utils.py │ └── main.py ├── tests ...