ver Mar11th

updated filter_nodes
This commit is contained in:
David Chang
2024-03-11 12:32:12 +08:00
parent f08fa4912c
commit e95e8e55ea
4 changed files with 57 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ from typing import Counter
import json
import collections
file_name = "w0"
file_name = "3"
with open("{:}.json".format(file_name)) as f:
xml_str: str = json.load(f)["AT"]