a
    !f                     @   st   d dl mZ d dlmZ d dlmZ d dlmZ d dlm	Z	 d dl
mZ d dlmZ d dlmZ G d	d
 d
eZdS )    )warn)
VerifyBase)FormList)SafelistList)ServiceList)TemplateList)VerificationAttemptList)VerificationAttemptsSummaryListc                   @   sx   e Zd ZeedddZeedddZeedddZ	ee
ddd	Zeedd
dZeedddZdS )Verify)returnc                 C   s   t dtdd | jjS )Nz*forms is deprecated. Use v2.forms instead.   
stacklevel)r   DeprecationWarningv2formsself r   \/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/verify/__init__.pyr      s    zVerify.formsc                 C   s   t dtdd | jjS )Nz0safelist is deprecated. Use v2.safelist instead.r   r   )r   r   r   safelistr   r   r   r   r      s    zVerify.safelistc                 C   s   t dtdd | jjS )Nz0services is deprecated. Use v2.services instead.r   r   )r   r   r   servicesr   r   r   r   r   !   s    zVerify.servicesc                 C   s   t dtdd | jjS )NzJverification_attempts is deprecated. Use v2.verification_attempts instead.r   r   )r   r   r   verification_attemptsr   r   r   r   r   *   s    zVerify.verification_attemptsc                 C   s   t dtdd | jjS )NzZverification_attempts_summary is deprecated. Use v2.verification_attempts_summary instead.r   r   )r   r   r   verification_attempts_summaryr   r   r   r   r   3   s    z$Verify.verification_attempts_summaryc                 C   s   t dtdd | jjS )Nz2templates is deprecated. Use v2.templates instead.r   r   )r   r   r   	templatesr   r   r   r   r   <   s    zVerify.templatesN)__name__
__module____qualname__propertyr   r   r   r   r   r   r   r   r	   r   r   r   r   r   r   r   r
      s   r
   N)warningsr   Ztwilio.rest.verify.VerifyBaser   Ztwilio.rest.verify.v2.formr   Ztwilio.rest.verify.v2.safelistr   Ztwilio.rest.verify.v2.servicer   Ztwilio.rest.verify.v2.templater   Z*twilio.rest.verify.v2.verification_attemptr   Z3twilio.rest.verify.v2.verification_attempts_summaryr	   r
   r   r   r   r   <module>   s   