File size: 80 Bytes
737f55b
 
 
1
2
3
4
def hello() -> str:
    """Return greetings."""
    return "Hello from my-app!"