Skip to content
Snippets Groups Projects
__init__.py 98 B
from flask import Blueprint


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