"""Basic dummy function. Delete when we have real code.""" def hello(name: str) -> str: return f"Hello {name}!"