o
    ä›e  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚDomain)ÚV1c                       sT   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZdd„ Z	‡  Z
S )ÚAccountsc                    s    t t| ƒ |¡ d| _d| _dS )z…
        Initialize the Accounts Domain

        :returns: Domain for Accounts
        :rtype: twilio.rest.accounts.Accounts
        zhttps://accounts.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfÚtwilio©Ú	__class__© úP/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/accounts/__init__.pyr      s   
zAccounts.__init__c                 C   s   | j du r
t| ƒ| _ | j S )z]
        :returns: Version v1 of accounts
        :rtype: twilio.rest.accounts.v1.V1
        N)r   r   ©r	   r   r   r   Úv1   s   

zAccounts.v1c                 C   ó   | j jS )z]
        :rtype: twilio.rest.accounts.v1.auth_token_promotion.AuthTokenPromotionList
        )r   Úauth_token_promotionr   r   r   r   r   '   ó   zAccounts.auth_token_promotionc                 C   r   )zK
        :rtype: twilio.rest.accounts.v1.credential.CredentialList
        )r   Úcredentialsr   r   r   r   r   .   r   zAccounts.credentialsc                 C   r   )z]
        :rtype: twilio.rest.accounts.v1.secondary_auth_token.SecondaryAuthTokenList
        )r   Úsecondary_auth_tokenr   r   r   r   r   5   r   zAccounts.secondary_auth_tokenc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Accounts>r   r   r   r   r   Ú__repr__<   s   zAccounts.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   r   r   Ú__classcell__r   r   r   r   r      s    
	


r   N)Ú__doc__Útwilio.base.domainr   Útwilio.rest.accounts.v1r   r   r   r   r   r   Ú<module>   s   