mirror of
https://github.com/lightningcell/flask-2fa-auth.git
synced 2026-05-27 15:39:41 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('auth', __name__)
|
|
|
|
from app.auth import routes
|