flask-libroro/old_routes/__init__.py
2025-02-20 17:50:47 +08:00

5 lines
144 B
Python

from flask import Blueprint
auth_bp = Blueprint('auth', __name__)
other_bp = Blueprint('other', __name__)
user_bp = Blueprint('user', __name__)