U
    Ha                     @   s"   d dl Zd dlZG dd dZdS )    Nc                       s*   e Zd Zejejdd fddZ  ZS )UserAgentMixinN)argskwargsreturnc                    s"   t jdtdd t j|| d S )Nzv'UserAgentMixin' is deprecated and will be removed in Werkzeug 2.1. 'Request' now includes the functionality directly.   )
stacklevel)warningswarnDeprecationWarningsuper__init__)selfr   r   	__class__ @/tmp/pip-unpacked-wheel-ub1y1qyw/werkzeug/wrappers/user_agent.pyr      s    zUserAgentMixin.__init__)__name__
__module____qualname__tAnyr   __classcell__r   r   r   r   r      s   r   )typingr   r   r   r   r   r   r   <module>   s   