sync from Atlas

This commit is contained in:
Luciano Ramalho
2021-08-25 14:46:57 -03:00
parent b429f217d3
commit dd535abcf7
16 changed files with 51 additions and 62 deletions

View File

@@ -9,7 +9,7 @@ def sub_tree(cls):
def display(cls):
for cls_name, level in tree(cls):
for cls_name, level in tree(cls): # <3>
indent = ' ' * 4 * level
print(f'{indent}{cls_name}')