from fastapi import FastAPI import find_plate as plate app = FastAPI() @app.get("/") async def my_first_get_api(): return {"message":plate.exe_img()}