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