1
0
Fork 0
speechd/src/speechd/__init__.py
2026-02-24 13:14:57 +03:00

4 lines
112 B
Python

from speechd.config import Config
from speechd.daemon import SpeechDaemon
__all__ = ["Config", "SpeechDaemon"]