3 lines
105 B
Python
3 lines
105 B
Python
from flask_app.main.json_utils import nest_json_under_key
|
|
res=nest_json_under_key("","资格")
|
|
print(res) |