from flask import Blueprint bp = Blueprint("knowledge_base", __name__) from app.api.knowledge_base import routes # noqa: E402,F401