from fastapi import APIRouter router = APIRouter() @router.get("/") async def index(): return {"module": "alien_lawyer", "status": "initialized"}