Switch to UV

This commit is contained in:
Peter Stockings
2026-02-27 12:36:40 +11:00
parent b0b42c0d77
commit a401c1a1ab
5 changed files with 752 additions and 3 deletions

6
main.py Normal file
View File

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