
    b6i                     <    d dl mZmZ  G d d      Z G d d      Zy)   )AsyncClientWrapperSyncClientWrapperc                       e Zd ZdefdZy)RawDashboardClientclient_wrapperc                    || _         y N_client_wrapperselfr   s     |/root/.openclaw/workspace/visionaryfx/venv/lib/python3.12/site-packages/elevenlabs/conversational_ai/dashboard/raw_client.py__init__zRawDashboardClient.__init__   
    -    N)__name__
__module____qualname__r   r    r   r   r   r      s    .*; .r   r   c                       e Zd ZdefdZy)AsyncRawDashboardClientr   c                    || _         y r	   r
   r   s     r   r   z AsyncRawDashboardClient.__init__   r   r   N)r   r   r   r   r   r   r   r   r   r      s    .*< .r   r   N)core.client_wrapperr   r   r   r   r   r   r   <module>r      s    I. .
. .r   