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