# Structure of the GitHub Repo

```
LIFE-Retrieval-Framework
├── README.md
├── configs
│   ├── ...
├── multijob_sbatch.sh
├── pyproject.toml
├── pyretlife
│   ├── VERSION
│   ├── __init__.py
│   ├── retrieval
│   │   ├── ...
│   └── retrieval_plotting
│       ├── ...
├── requirements.txt
├── scripts
│   ├── ...
├── setup.cfg
├── setup.py
├── template_retrieval
│   └── inputs
│       ├── ...
└── tests
    ├── ...
```