from flask import Blueprint root = Blueprint('root', __name__, url_prefix='/') # data = Blueprint('data', __name__, url_prefix='/data')