converted into uv project

This commit is contained in:
janeoa
2026-04-08 11:45:30 +02:00
parent 3a31af37f0
commit 053a7a6b94
6 changed files with 3050 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from zarexp2!")
if __name__ == "__main__":
main()