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

4 lines
54 B
Python

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