nopaque/web/app/playground/__init__.py

6 lines
113 B
Python
Raw Normal View History

2020-06-08 09:55:20 +00:00
from flask import Blueprint
playground = Blueprint('playground', __name__)
from . import events, views # noqa