Initial commit

This commit is contained in:
2026-01-30 13:17:42 +02:00
commit 580d27028b
19 changed files with 335 additions and 0 deletions

3
uv_app/example_util.py Normal file
View File

@@ -0,0 +1,3 @@
def addition(a: float, b: float) -> float | int:
"""Returns the sum of two numbers."""
return a + b