Alex Dialogue Systems Framework
latest
Index of manually written in source code tree documentation
alex package
Alex Dialogue Systems Framework
Docs
»
Module code
»
alex
»
alex.components.tts.exceptions
Edit on GitHub
Source code for alex.components.tts.exceptions
# coding: utf-8
from
alex
import
AlexException
[docs]
class
TTSException
(
AlexException
):
pass