from skill_tree.tree import TreeWalker
if __name__ == '__main__':
walker = TreeWalker("data", "toolchains", "toolchains") walker.walk()