4 lines
112 B
Python
4 lines
112 B
Python
from speechd.config import Config
|
|
from speechd.daemon import SpeechDaemon
|
|
|
|
__all__ = ["Config", "SpeechDaemon"]
|