update README, improved sample (in preparation for demo)

This commit is contained in:
Chris Oloff 2025-12-15 09:32:35 +02:00
parent 96bbb3602a
commit b52e70e918
4 changed files with 164 additions and 54 deletions

View file

@ -38,6 +38,8 @@ build-backend = "poetry.core.masonry.api"
[tool.pyright]
venvPath = "."
venv = ".venv"
reportAny = false
reportExplicitAny = false
[tool.pytest.ini_options]
pythonpath = ["."]