initialized a uv project

This commit is contained in:
2026-01-22 20:30:24 -07:00
parent 9637fc6545
commit 50914eb70d
5 changed files with 25 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from resume!")
if __name__ == "__main__":
main()