Prepare Poetry for dependency management.
pip install pipx
python -m pipx ensurepath
pipx install poetry
Install dependencies for development.
poetry install
It is important to provide type hints for all function parameters in order to ensure the maintainability of the code. Additionally, please write clear and readable docstrings wherever possible.