app-MAIL-temp/app/auth/base.py

4 lines
104 B
Python
Raw Normal View History

from flask import Blueprint
auth_bp = Blueprint(name="auth", import_name=__name__, url_prefix="/auth")