Eloi Torrents ee6e422a4d init
2025-09-21 14:45:15 +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}!"