gui almost finish

This commit is contained in:
Am-teamdev
2026-05-11 10:56:16 +03:30
commit 7afaac29d6
16 changed files with 988 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import json
d = {"key": "value",
'key2': 'value2',
'key3': 'value3'}
print(json.dumps(d, indent=4))