experimental

This commit is contained in:
Chris Oloff 2025-11-18 07:41:14 +02:00
parent 08806c2c20
commit 2fba3350ec
2 changed files with 3748 additions and 0 deletions

3743
poetry.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
print(f"hello from viewlib")
def greet(name: str) -> str:
return f"Hello, {name}!"