a
    !f                     @   s8   d dl mZ d dlmZ d dlmZ G dd deZdS )    )warn)TrunkingBase)	TrunkListc                   @   s   e Zd ZeedddZdS )Trunking)returnc                 C   s   t dtdd | jjS )Nz,trunks is deprecated. Use v1.trunks instead.   )
stacklevel)r   DeprecationWarningZv1trunks)self r   ^/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/trunking/__init__.pyr
      s    zTrunking.trunksN)__name__
__module____qualname__propertyr   r
   r   r   r   r   r      s   r   N)warningsr   Z!twilio.rest.trunking.TrunkingBaser   Ztwilio.rest.trunking.v1.trunkr   r   r   r   r   r   <module>   s   