todoappapi / src /backend /__init__.py
GrowWithTalha's picture
adding
69be42f
raw
history blame contribute delete
53 Bytes
def hello() -> str:
return "Hello from backend!"