Difficult-Rocket/try/config checks/json5_check.py
2022-01-19 20:21:57 +08:00

6 lines
124 B
Python

import pprint
with open('sys_value/parts.json5', 'r+', encoding='utf-8') as view:
a = view.read()
pprint.pprint(a)