o
    #iM                     @  sR   d dl mZ d dlmZ d dlmZ ddlmZ G dd dee Ze 	 Z
dS )	    )annotations)Any)override   )	LazyProxyc                   @  s   e Zd ZdZedddZdS )ResourcesProxyzA proxy for the `openai.resources` module.

    This is used so that we can lazily import `openai.resources` only when
    needed *and* so that users can just import `openai` and reference `openai.resources`
    returnr   c                 C  s   dd l }|d}|S )Nr   zopenai.resources)	importlibimport_module)selfr	   mod r   ^/var/www/html/flask_server/venv/lib/python3.10/site-packages/openai/_utils/_resources_proxy.py__load__   s   
zResourcesProxy.__load__N)r   r   )__name__
__module____qualname____doc__r   r   r   r   r   r   r   	   s    r   N)
__future__r   typingr   typing_extensionsr   _proxyr   r   __as_proxied__	resourcesr   r   r   r   <module>   s    