from fastapi import FastAPI app = FastAPI() HEALTH_URL = "/health" @app.get(HEALTH_URL) def health(): return import enpoints.get_upload_credential import enpoints.retrieval