from flask import Blueprint query_results = Blueprint('query_results', __name__) from . import views # noqa