lang-model/naive-nlu/cli.py
2017-09-17 22:01:59 -04:00

5 lines
68 B
Python

from tree_nlu import cli
if __name__ == '__main__':
cli.main()