nopaque/app/auth/__init__.py

6 lines
84 B
Python
Raw Permalink Normal View History

from flask import Blueprint
bp = Blueprint('auth', __name__)
from . import routes