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