o
    ä›e
  ã                   @   s<   d Z ddlm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)ÚFlowList)ÚFlowValidateListc                       s<   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZdd„ Z‡  ZS )	ÚV2c                    s&   t t| ƒ |¡ d| _d| _d| _dS )z‰
        Initialize the V2 version of Studio

        :returns: V2 version of Studio
        :rtype: twilio.rest.studio.v2.V2.V2
        Úv2N)Úsuperr   Ú__init__ÚversionÚ_flowsÚ_flow_validate)ÚselfÚdomain©Ú	__class__© úQ/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/studio/v2/__init__.pyr      s   
zV2.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )z=
        :rtype: twilio.rest.studio.v2.flow.FlowList
        N)r
   r   ©r   r   r   r   Úflows   ó   

zV2.flowsc                 C   r   )zN
        :rtype: twilio.rest.studio.v2.flow_validate.FlowValidateList
        N)r   r   r   r   r   r   Úflow_validate%   r   zV2.flow_validatec                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Studio.V2>r   r   r   r   r   Ú__repr__.   s   zV2.__repr__)	Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   Ú__classcell__r   r   r   r   r      s    

r   N)Ú__doc__Útwilio.base.versionr   Útwilio.rest.studio.v2.flowr   Ú#twilio.rest.studio.v2.flow_validater   r   r   r   r   r   Ú<module>   s
   