nopaque/web/app/playground/__init__.py
2020-06-08 11:55:20 +02:00

6 lines
113 B
Python

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