
    pi                     >    d dl mZ d dlmZ d dlmZ  G d de      Zy)    )warn)FrontlineApiBase)UserListc                   "    e Zd Zedefd       Zy)FrontlineApireturnc                 R    t        dt        d       | j                  j                  S )Nz*users is deprecated. Use v1.users instead.   )
stacklevel)r   DeprecationWarningv1users)selfs    d/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/frontline_api/__init__.pyr   zFrontlineApi.users   s#    8	

 ww}}    N)__name__
__module____qualname__propertyr   r    r   r   r   r      s    x  r   r   N)warningsr   *twilio.rest.frontline_api.FrontlineApiBaser   !twilio.rest.frontline_api.v1.userr   r   r   r   r   <module>r      s     G 6# r   