main.py 79 字节 编辑Web IDE 1 2 3 4 from src.tree import gen_tree if __name__ == '__main__': gen_tree('data')