
    Y%h                     j    d dl mZmZ d dlmZmZmZ  ed      Z ed      Z G d deeeef         Z	y)    )ABCabstractmethod)GenericTypeVarOptionalCTc                   2    e Zd ZdZeddedee   fd       Zy)PineconePluginz
    The optional openapi_client parameter passed if the PluginMetadata passed
    to the plugin constructor has an openapi_client_class attribute.
    Nconfigopenapi_clientc                      y N )selfr   r   s      /var/www/pru.catia.catastroantioquia-mas.com/valormas/lib/python3.12/site-packages/pinecone_plugin_interface/pinecone_plugin.py__init__zPineconePlugin.__init__   s        r   )	__name__
__module____qualname____doc__r   r   r   r	   r   r   r   r   r   r      s-     q (1+  r   r   N)
abcr   r   typingr   r   r   r   r	   r   r   r   r   <module>r      s6    # - -CLCLS'!Q$- r   