nopaque/web/app/playground/__init__.py

6 lines
113 B
Python
Raw Normal View History

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