Switching to uv and direnv.

This commit is contained in:
g* 2025-11-09 12:20:16 +01:00
commit 888b8ae98f
6 changed files with 96 additions and 34 deletions

6
main.py Normal file
View file

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