fastapi-uvicorn / src /pyscripts /__init__.py
IsidoreSong's picture
Upload 8 files
479eb2f verified
raw
history blame contribute delete
55 Bytes
def hello() -> str:
return "Hello from pyscripts!"