summaryrefslogtreecommitdiffstats
path: root/Smarker/temp.py
diff options
context:
space:
mode:
Diffstat (limited to 'Smarker/temp.py')
-rw-r--r--Smarker/temp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Smarker/temp.py b/Smarker/temp.py
new file mode 100644
index 0000000..60b1c18
--- /dev/null
+++ b/Smarker/temp.py
@@ -0,0 +1,6 @@
+import json
+
+with open("100301654_report.json", "r") as f:
+ tree = json.load(f)["class_tree"]
+
+print(tree) \ No newline at end of file