from .config import app from .merhaba.router import router as merhaba_router app.include_router(merhaba_router)