Files
migrations/uv_app/example_util.py
2026-01-30 13:17:42 +02:00

4 lines
108 B
Python

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