now with dependency to viewlib, and sample main.py

This commit is contained in:
Chris Oloff 2026-01-14 14:27:03 +02:00
parent e9e33def3f
commit 99763d9881
3 changed files with 3752 additions and 0 deletions

View file

@ -7,6 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
watt42-viewlib = {git = "https://source.c3.uber5.com/watt42-public/watt42_viewlib.git"}
[build-system]