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