Files
nonye/back/blueprints/guan.py

24 lines
107 B
Python
Raw Normal View History

2025-07-17 23:13:04 +08:00
from flask import Blueprint, jsonify, current_app, g
bp = Blueprint('guan', __name__)