CV / backend /app /__init__.py
jdenis-insn
init commit for build
737f55b
raw
history blame contribute delete
80 Bytes
def hello() -> str:
"""Return greetings."""
return "Hello from my-app!"