a
    ù!f‡  ã                   @   s&   d Z ddlmZ G dd„ dejƒZdS )z:Create / interact with Google Cloud Translate connections.é    )Ú
connectionc                   @   s   e Zd ZdZdZdZdZdS )Ú
Connectionz=A connection to Google Cloud Translate via the JSON REST API.zhttps://www.googleapis.comZv2z5{api_base_url}/language/translate/{api_version}{path}N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ZAPI_BASE_URLZAPI_VERSIONZAPI_URL_TEMPLATE© r   r   ú\/var/www/html/python-backend/venv/lib/python3.9/site-packages/gcloud/translate/connection.pyr      s
   r   N)r   Zgcloudr   Zbase_connectionZJSONConnectionr   r   r   r   r	   Ú<module>   s   