from fastapi import FastAPI app = FastAPI() from app import routes, schema