示例#1
0
 def pretty_tree(self):
     print(prettydict(self.tree))
示例#2
0
 def pretty_tree(self) -> None:
     print(prettydict(self.tree))