mirror of
https://github.com/lightningcell/flask-2fa-auth.git
synced 2026-05-26 15:13:35 +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
|