Mini Shell
3
�7Zų �
@ s� d Z ddlZddlZddlZddlZddlZddlZyddlZW n ddlZY nX ddl m
Z
G dd� de�ZG dd� de
�ZG d d
� d
e�ZG dd� de
�ZG d
d� de�ZG dd� de�ZG dd� de
�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d!d"� d"e�ZG d#d$� d$e�ZG d%d&� d&e�ZG d'd(� d(e�ZdS ))z�Python API to Speech Dispatcher
Basic Python client API to Speech Dispatcher is provided by the 'SSIPClient'
class. This interface maps directly to available SSIP commands and logic.
A more convenient interface is provided by the 'Speaker' class.
� N� )�pathsc @ s( e Zd ZdZdZdZdZdZdZdZ dS ) �CallbackTypez5Constants describing the available types of callbacksZindex_marksZbegin�end�cancel�pause�resumeN)
�__name__�
__module__�__qualname__�__doc__�
INDEX_MARK�BEGIN�END�CANCEL�PAUSE�RESUME� r r �/usr/lib64/python3.6/client.pyr % s r c @ s e Zd ZdZdS )� SSIPErrorz;Common base class for exceptions during SSIP communication.N)r r
r r r r r r r <