o
    Zhj                     @   sP   d Z ddlZddlmZmZ erddlmZ dgZddiZde	defd	d
Z
dS )zS
Chains module for langchain_community

This module contains the community chains.
    N)TYPE_CHECKINGAny)PebbloRetrievalQAr   z0langchain_community.chains.pebblo_retrieval.basenamereturnc                 C   s4   | t v rtt |  }t|| S tdt d|  )Nzmodule z has no attribute )_module_lookup	importlibimport_modulegetattrAttributeError__name__)r   module r   Z/var/www/html/lang_env/lib/python3.10/site-packages/langchain_community/chains/__init__.py__getattr__   s   
r   )__doc__r   typingr   r   Z0langchain_community.chains.pebblo_retrieval.baser   __all__r   strr   r   r   r   r   <module>   s    