from fastapi import FastAPI from googlelens.main import app app = FastAPI() app.mount("/googlelens", app)