from fastapi import APIRouter router = APIRouter() @router.get("/") def read_root(): return {"message": "D360 Challenge by Santiago Battezzati"}