main.py 79 字节
Newer Older
M
Mars Liu 已提交
1 2 3 4
from src.tree import gen_tree

if __name__ == '__main__':
    gen_tree('data')