added uv project

This commit is contained in:
2025-05-04 22:59:48 +02:00
parent 25f016595f
commit 677aba38af
6 changed files with 328 additions and 0 deletions

6
main.py Normal file
View File

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