switch to uv toolchain

This commit is contained in:
2026-03-14 20:36:12 +01:00
parent 20265e679b
commit 9232ac6133
6 changed files with 416 additions and 78 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from hxbooks!")
if __name__ == "__main__":
main()