genienlp/text/__init__.py

5 lines
50 B
Python
Raw Normal View History

2018-06-20 06:22:34 +00:00
from . import torchtext
__all__ = ['torchtext']