Initial commit
This commit is contained in:
3
uv_app/example_util.py
Normal file
3
uv_app/example_util.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def addition(a: float, b: float) -> float | int:
|
||||
"""Returns the sum of two numbers."""
|
||||
return a + b
|
||||
Reference in New Issue
Block a user