{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
# Python 2 / Python 3 compatibility helpers. # SPDX-License-Identifier: MIT import sys is_py3 = (sys.version_info.major == 3) is_py2 = not is_py3