o
    �_�a�   �                   @   s   G d d� de �ZdS )c                   @   s   e Zd ZdZdS )�SetuptoolsDeprecationWarningz�
    Base class for warning deprecations in ``setuptools``
    This class is not derived from ``DeprecationWarning``, and as such is
    visible by default.
    N)�__name__�
__module__�__qualname__�__doc__� r   r   �A/usr/lib/python3/dist-packages/setuptools/_deprecation_warning.pyr      s    r   N)�Warningr   r   r   r   r   �<module>   s