
    m
i{                     n    d Z ddlmZmZ ddlmZ erddlmZ ddiZ ee	e          Z
ded	efd
ZdgZdS )ag  This module provides dynamic access to deprecated Jira tools.

When attributes like `JiraAction` are accessed, they are redirected to their new
locations in `langchain_community.tools`. This ensures backward compatibility
while warning developers about deprecation.

Attributes:
    JiraAction (deprecated): Dynamically loaded from langchain_community.tools.
    )TYPE_CHECKINGAny)create_importer)
JiraActionr   zlangchain_community.tools)deprecated_lookupsnamereturnc                      t          |           S )zDynamically retrieve attributes from the updated module path.

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

    Returns:
        The resolved attribute from the updated path.
    )_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/jira/tool.py__getattr__r      s     T"""    N)__doc__typingr   r   langchain_classic._apir   langchain_community.toolsr   DEPRECATED_LOOKUP__package__r   strr   __all__ r   r   <module>r      s     & % % % % % % % 2 2 2 2 2 2 5444444
 "#>? #OKDUVVV 	#c 	#c 	# 	# 	# 	# r   