hub/venv/Lib/site-packages/setuptools/_deprecation_warning.py
Soroush Samareh Abolhassani 3d922ab4f4 I added an idf sample from DOE
2021-08-17 10:17:07 -04:00

8 lines
218 B
Python

class SetuptoolsDeprecationWarning(Warning):
"""
Base class for warning deprecations in ``setuptools``
This class is not derived from ``DeprecationWarning``, and as such is
visible by default.
"""