5 lines
68 B
Python
5 lines
68 B
Python
|
from tree_nlu import cli
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
cli.main()
|