Prepare Poetry for dependency management.
pip install pipx
python -m pipx ensurepath
pipx install poetryInstall dependencies for development.
poetry installIt 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.