o
    i[                     @   s(   d dl Z ddlmZ G dd deZdS )    N   )SEWFeatureEncoderc                       s   e Zd Z fddZ  ZS )SEWFeatureExtractorc                    s8   t  | td| jj d| jjd j dt d S )NzThe class `zD` has been depreciated and will be removed in Transformers v5. Use `r   z
` instead.)super__init__warningswarn	__class____name__	__bases__FutureWarning)selfconfigr	    b/home/ubuntu/.local/lib/python3.10/site-packages/transformers/models/sew/feature_extraction_sew.pyr      s   zSEWFeatureExtractor.__init__)r
   
__module____qualname__r   __classcell__r   r   r   r   r      s    r   )r   modeling_sewr   r   r   r   r   r   <module>   s   