
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
U
    a                      @   s   G d d de ZdS )c                   @   s   e Zd ZdZdS )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   G/tmp/pip-install-7tp5dx2w/setuptools/setuptools/_deprecation_warning.pyr      s   r   N)Warningr   r   r   r   r   <module>       