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                       s<   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZdd„ Z‡  ZS )	ÚFaxc                    s    t t| ƒ |¡ d| _d| _dS )zq
        Initialize the Fax Domain

        :returns: Domain for Fax
        :rtype: twilio.rest.fax.Fax
        zhttps://fax.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfÚtwilio©Ú	__class__© úK/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/fax/__init__.pyr      s   
zFax.__init__c                 C   s   | j du r
t| ƒ| _ | j S )zS
        :returns: Version v1 of fax
        :rtype: twilio.rest.fax.v1.V1
        N)r   r   ©r	   r   r   r   Úv1   s   

zFax.v1c                 C   s   | j jS )z8
        :rtype: twilio.rest.fax.v1.fax.FaxList
        )r   Úfaxesr   r   r   r   r   '   s   z	Fax.faxesc                 C   s   dS )zz
        Provide a friendly representation

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