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