3
e.                 @   s0   d dl Zd dlZG dd d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 )CORSRequestMixinN)argskwargsreturnc                s"   t jdtdd t j|| d S )Nzx'CORSRequestMixin' 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/cors.pyr      s
    zCORSRequestMixin.__init__)__name__
__module____qualname__tAnyr   __classcell__r   r   )r   r   r      s   r   c                   s*   e Zd Zejejdd fddZ  ZS )CORSResponseMixinN)r   r   r   c                s"   t jdtdd t j|| d S )Nzz'CORSResponseMixin' is deprecated and will be removed in Werkzeug 2.1. 'Response' now includes the functionality directly.r   )r   )r   r	   r
   r   r   )r   r   r   )r   r   r   r      s
    zCORSResponseMixin.__init__)r   r   r   r   r   r   r   r   r   )r   r   r      s   r   )typingr   r   r   r   r   r   r   r   <module>   s   