Initial commit: sample lib

This commit is contained in:
2026-07-23 16:32:45 -07:00
commit 31b2f2f3ae
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
def greet(name):
return f"hello {name}"