mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
4 lines
104 B
Python
4 lines
104 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
auth_bp = Blueprint(name="auth", import_name=__name__, url_prefix="/auth")
|