experimental
This commit is contained in:
parent
08806c2c20
commit
2fba3350ec
2 changed files with 3748 additions and 0 deletions
3743
poetry.lock
generated
Normal file
3743
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
5
watt42_viewlib/__init__.py
Normal file
5
watt42_viewlib/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
print(f"hello from viewlib")
|
||||
|
||||
def greet(name: str) -> str:
|
||||
return f"Hello, {name}!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue