flask-libroro/old_routes/__init__.py

5 lines
144 B
Python
Raw Normal View History

2025-02-20 09:50:47 +00:00
from flask import Blueprint
auth_bp = Blueprint('auth', __name__)
other_bp = Blueprint('other', __name__)
user_bp = Blueprint('user', __name__)