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