Event Modeling References Poetry: Python Packaging and Dependency management. Useful commands Install dependencies: poetry install Run tests: poetry run pytest Add dependency: poetry add <dependency> Run app: poetry run python -m eventmodeling.cli