a
    [f                      @   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   qC:\Users\91910\OneDrive\Desktop\vts_admin_rebuild-master\vts\Lib\site-packages\setuptools/_deprecation_warning.pyr      s   r   N)Warningr   r   r   r   r   <module>       