nopaque/web/app/content/__init__.py

5 lines
98 B
Python
Raw Normal View History

2020-09-21 12:37:46 +00:00
from flask import Blueprint
content = Blueprint('content', __name__)
from . import views # noqa