from .. import Engine class TTSEngine(Engine): def __init__(self, is_stream: bool = False) -> None: super().__init__(is_stream)