pyo3/examples/word-count/word_count/__init__.py

4 lines
54 B
Python
Raw Normal View History

2017-07-23 05:32:18 +00:00
from ._word_count import search
__all__ = ['search']