返回 DeepSeek-Reasonix
1 import json
2
3 def dump(cfg):
4 return json.dumps({"server": cfg["server"]}, sort_keys=True)
5
5 lines PYTHON