3
e                 @   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 )AcceptMixinN)argskwargsreturnc                s"   t jdtdd t j|| d S )Nzs'AcceptMixin' 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-build-3irwxpxt/Werkzeug/werkzeug/wrappers/accept.pyr      s
    zAcceptMixin.__init__)__name__
__module____qualname__tZAnyr   __classcell__r   r   )r   r   r      s   r   )typingr   r   r   r   r   r   r   <module>   s   