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

        :returns: Domain for Numbers
        :rtype: twilio.rest.numbers.Numbers
        zhttps://numbers.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v2)ÚselfÚtwilio©Ú	__class__© úO/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/numbers/__init__.pyr      s   
zNumbers.__init__c                 C   s   | j du r
t| ƒ| _ | j S )z[
        :returns: Version v2 of numbers
        :rtype: twilio.rest.numbers.v2.V2
        N)r   r   ©r	   r   r   r   Úv2   s   

z
Numbers.v2c                 C   s   | j jS )z_
        :rtype: twilio.rest.numbers.v2.regulatory_compliance.RegulatoryComplianceList
        )r   Úregulatory_compliancer   r   r   r   r   '   s   zNumbers.regulatory_compliancec                 C   s   dS )zz
        Provide a friendly representation

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