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