
    g                     H    d dl mZ d dl mZ  G d de      Z G d de      Zy)    )AsyncClient)Clientc                       e Zd ZddZy)
SyncClientNc                 $    | j                          y )N)close)selfs    C/var/www/openai/venv/lib/python3.12/site-packages/storage3/utils.pyaclosezSyncClient.aclose   s    

    )returnN)__name__
__module____qualname__r    r   r
   r   r      s    r   r   c                       e Zd ZdZy)StorageExceptionz8Error raised when an operation on the storage API fails.N)r   r   r   __doc__r   r   r
   r   r   
   s    Br   r   N)httpxr   r   
BaseClientr   	Exceptionr   r   r   r
   <module>r      s%    , & 
Cy Cr   