o
    _i                     @   s.   d Z ddlmZ ddlmZ G dd dZdS )z7Utilities for the API Modules of the Google Gen AI SDK.    )Optional   _api_clientc                   @   s2   e Zd ZdejfddZedee fddZ	dS )
BaseModuleapi_client_c                 C   s
   || _ d S Nr   )selfr    r
   Q/home/air/demo/back/venv/lib/python3.10/site-packages/google/genai/_api_module.py__init__   s   
zBaseModule.__init__returnc                 C   s   | j jS r   )r   vertexai)r	   r
   r
   r   r      s   zBaseModule.vertexaiN)
__name__
__module____qualname__r   BaseApiClientr   propertyr   boolr   r
   r
   r
   r   r      s    r   N)__doc__typingr    r   r   r
   r
   r
   r   <module>   s   