gui almost finish
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import json
|
||||
d = {"key": "value",
|
||||
'key2': 'value2',
|
||||
'key3': 'value3'}
|
||||
print(json.dumps(d, indent=4))
|
||||
Reference in New Issue
Block a user