Files
nonye/back/blueprints/guan.py
2025-07-17 23:13:04 +08:00

24 lines
107 B
Python

from flask import Blueprint, jsonify, current_app, g
bp = Blueprint('guan', __name__)