
    Ah                     t    S r SSKJrJr  SSKJr  \(       a  SSKJrJr  SSS.r	\" \
\	S9rS\S	\4S
 jrSS/rg)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                     [        U 5      $ )a;  
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 (str): The name of the attribute to import.

Returns:
    Any: The resolved attribute from the appropriate updated module.
)_import_attribute)r	   s    S/var/www/html/shao/venv/lib/python3.13/site-packages/langchain/tools/zapier/tool.py__getattr__r      s     T""    r   r   N)__doc__typingr   r   langchain._apir   langchain_community.toolsr   r   DEPRECATED_LOOKUP__package__r   strr   __all__ r   r   <module>r      sZ   	 & *R 67 
 $KDUV #c #c #" r   