Eloi Torrents 4d7c1a1d12 init
2025-09-21 14:46:51 +02:00

7 lines
166 B
Python

"""Utility functions for the demo package."""
def greet(name: str) -> str:
"""Return a friendly greeting for the provided name."""
return f"Hello, {name}!"