This commit is contained in:
ada-dmitry
2024-09-13 00:10:39 +03:00
commit 5ea57e2f4a
1626 changed files with 289568 additions and 0 deletions
@@ -0,0 +1,7 @@
class SetuptoolsDeprecationWarning(Warning):
"""
Base class for warning deprecations in ``setuptools``
This class is not derived from ``DeprecationWarning``, and as such is
visible by default.
"""