nopaque/app/settings/__init__.py

6 lines
96 B
Python

from flask import Blueprint
bp = Blueprint('settings', __name__)
from . import routes # noqa