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