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edd Zed	d
 Zedd Z	edd Z
edd Zedd Zedd Zdd Z  ZS )ฺSupersimc                    s    t t|  |ก d| _d| _dS )z
        Initialize the Supersim Domain

        :returns: Domain for Supersim
        :rtype: twilio.rest.supersim.Supersim
        zhttps://supersim.twilio.comN)ฺsuperr   ฺ__init__ฺbase_urlฺ_v1)ฺselfฺtwilioฉฺ	__class__ฉ ๚P/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/supersim/__init__.pyr      s   
zSupersim.__init__c                 C   s   | j du r
t| | _ | j S )z]
        :returns: Version v1 of supersim
        :rtype: twilio.rest.supersim.v1.V1
        N)r   r   ฉr	   r   r   r   ฺv1   s   

zSupersim.v1c                 C   ๓   | j jS )zN
        :rtype: twilio.rest.supersim.v1.esim_profile.EsimProfileList
        )r   ฺesim_profilesr   r   r   r   r   '   ๓   zSupersim.esim_profilesc                 C   r   )zA
        :rtype: twilio.rest.supersim.v1.fleet.FleetList
        )r   ฺfleetsr   r   r   r   r   .   r   zSupersim.fleetsc                 C   r   )zJ
        :rtype: twilio.rest.supersim.v1.ip_command.IpCommandList
        )r   ฺip_commandsr   r   r   r   r   5   r   zSupersim.ip_commandsc                 C   r   )zE
        :rtype: twilio.rest.supersim.v1.network.NetworkList
        )r   ฺnetworksr   r   r   r   r   <   r   zSupersim.networksc                 C   r   )za
        :rtype: twilio.rest.supersim.v1.network_access_profile.NetworkAccessProfileList
        )r   ฺnetwork_access_profilesr   r   r   r   r   C   r   z Supersim.network_access_profilesc                 C   r   )z=
        :rtype: twilio.rest.supersim.v1.sim.SimList
        )r   ฺsimsr   r   r   r   r   J   r   zSupersim.simsc                 C   r   )zL
        :rtype: twilio.rest.supersim.v1.sms_command.SmsCommandList
        )r   ฺsms_commandsr   r   r   r   r   Q   r   zSupersim.sms_commandsc                 C   r   )zN
        :rtype: twilio.rest.supersim.v1.usage_record.UsageRecordList
        )r   ฺusage_recordsr   r   r   r   r   X   r   zSupersim.usage_recordsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Supersim>r   r   r   r   r   ฺ__repr___   s   zSupersim.__repr__)ฺ__name__ฺ
__module__ฺ__qualname__r   ฺpropertyr   r   r   r   r   r   r   r   r   r   ฺ__classcell__r   r   r   r   r      s*    
	







r   N)ฺ__doc__ฺtwilio.base.domainr   ฺtwilio.rest.supersim.v1r   r   r   r   r   r   ฺ<module>   s   