
    hY%hM                    z    d dl mZ d dlmZ d dlmZ ddlmZ  G d dee         Z e       j                         Z
y)	    )annotations)Any)override   )	LazyProxyc                  "    e Zd ZdZedd       Zy)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`
    c                0    dd l }|j                  d      }|S )Nr   zopenai.resources)	importlibimport_module)selfr   mods      t/var/www/pru.catia.catastroantioquia-mas.com/valormas/lib/python3.12/site-packages/openai/_utils/_resources_proxy.py__load__zResourcesProxy.__load__   s    %%&89
    N)returnr   )__name__
__module____qualname____doc__r   r    r   r   r	   r	   	   s      r   r	   N)
__future__r   typingr   typing_extensionsr   _proxyr   r	   __as_proxied__	resourcesr   r   r   <module>r      s4    "  & Ys^  ++-	r   