web-backend/web/page.py
2024-12-23 11:01:44 +08:00

3 lines
66 B
Python

from flask import Blueprint
page_bp = Blueprint('page', __name__)