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
      /       /
    )Version)	TrunkListc                       s0   e Zd Z fddZedd Zdd Z  ZS )V1c                    s    t t| | d| _d| _dS )z
        Initialize the V1 version of Trunking

        :returns: V1 version of Trunking
        :rtype: twilio.rest.trunking.v1.V1.V1
        v1N)superr   __init__version_trunks)selfdomain	__class__ S/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/trunking/v1/__init__.pyr      s   
zV1.__init__c                 C   s   | j du r
t| | _ | j S )zA
        :rtype: twilio.rest.trunking.v1.trunk.TrunkList
        N)r	   r   r
   r   r   r   trunks   s   

z	V1.trunksc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Trunking.V1>r   r   r   r   r   __repr__#   s   zV1.__repr__)__name__
__module____qualname__r   propertyr   r   __classcell__r   r   r   r   r      s
    
r   N)__doc__twilio.base.versionr   twilio.rest.trunking.v1.trunkr   r   r   r   r   r   <module>   s   