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