# -*- coding: utf-8 -*-
from skill_tree.tree import TreeWalker
if __name__ == '__main__': walker = TreeWalker("data", "rust", "rust") walker.walk()