adding UV

This commit is contained in:
Tim Bendt
2025-05-08 12:02:24 -06:00
parent 7e42644224
commit eba883a465
10 changed files with 856 additions and 126 deletions

6
main.py Normal file
View File

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