```{raw} html
```
# Architecture
This section is for developers who want to contribute to the project. It
contains information about the source code, testing, and CI/CD.
## Project Structure
```shell
.
├── .azure/
├── api_24sea/
│ ├── __init__.py
│ ├── datasignals/
│ │ ├── __init__.py
│ │ ├── fatigue.py
│ │ └── schemas.py
│ ├── core.py
│ ├── exceptions.py
│ ├── singleton.py
│ ├── utils.py
│ └── version.py
├── tests/
├── docs/
├── notebooks/
├── pyproject.toml
├── LICENSE
├── VERSION
└── README.md
```
Contact the author, Pietro D'Antuono, at pietro.dantuono@24sea.eu, or
pietro.dantuono@vub.be for more information.