pyo3/examples/word-count/word_count/__init__.py
2017-07-23 13:32:18 +08:00

4 lines
54 B
Python

from ._word_count import search
__all__ = ['search']