
    i?1i
                     J    d dl mZ d dlmZ d dlmZ d dlmZ  G d de      Zy)    )warn)AutopilotBase)AssistantList)RestoreAssistantListc                   8    e Zd Zedefd       Zedefd       Zy)	Autopilotreturnc                 R    t        dt        d       | j                  j                  S )Nz4assistants is deprecated. Use v1.assistants instead.   
stacklevel)r   DeprecationWarningv1
assistantsselfs    h/home/www/therecruiter.miabetepe.com/venv/lib/python3.12/site-packages/twilio/rest/autopilot/__init__.pyr   zAutopilot.assistants	   s%    B	

 ww!!!    c                 R    t        dt        d       | j                  j                  S )NzBrestore_assistant is deprecated. Use v1.restore_assistant instead.r   r   )r   r   r   restore_assistantr   s    r   r   zAutopilot.restore_assistant   s%    P	

 ww(((r   N)__name__
__module____qualname__propertyr   r   r   r    r   r   r   r      s7    "M " " )#7 ) )r   r   N)	warningsr   #twilio.rest.autopilot.AutopilotBaser   "twilio.rest.autopilot.v1.assistantr   *twilio.rest.autopilot.v1.restore_assistantr   r   r   r   r   <module>r       s     = < K) )r   