microblog/app/auth/__init__.py

6 lines
91 B
Python

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