platypush/platypush/plugins/assistant/picovoice/_speech/__init__.py

4 lines
71 B
Python

from ._processor import SpeechProcessor
__all__ = ['SpeechProcessor']