initial commit

This commit is contained in:
2026-04-11 16:18:57 +02:00
commit c8bb21cc20
6 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from stapler!")
if __name__ == "__main__":
main()