
    m
i                     v    d Z ddlmZmZ ddlmZ erddlmZmZ dddZ	 ee
e	          Zded	efd
ZddgZdS )a  This module provides dynamic access to deprecated Zapier tools in LangChain.

It supports backward compatibility by forwarding references such as
`ZapierNLAListActions` and `ZapierNLARunAction` to their updated locations
in the `langchain_community.tools` package.

Developers using older import paths will continue to function, while LangChain
internally redirects access to the newer, supported module structure.
    )TYPE_CHECKINGAny)create_importer)ZapierNLAListActionsZapierNLARunActionzlangchain_community.tools)r   r   )deprecated_lookupsnamereturnc                      t          |           S )aK  Dynamically retrieve attributes from the updated module path.

    This method is used to resolve deprecated attribute imports
    at runtime and forward them to their new locations.

    Args:
        name: The name of the attribute to import.

    Returns:
        The resolved attribute from the appropriate updated module.
    )_import_attribute)r	   s    C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\back-agrota-powerbi\mcp-client-agrota\venv\Lib\site-packages\langchain_classic/tools/zapier/tool.py__getattr__r      s     T"""    r   r   N)__doc__typingr   r   langchain_classic._apir   langchain_community.toolsr   r   DEPRECATED_LOOKUP__package__r   strr   __all__ r   r   <module>r      s     & % % % % % % % 2 2 2 2 2 2 SRRRRRRRR 67  
 $OKDUVVV #c #c # # # #  r   