from flask import Blueprint bp = Blueprint('data_resource', __name__) from app.api.data_resource import routes