Open
Description
Python 3.13 introduced a decorator called @warnings.deprecated
that marks classes, functions and methods as deprecated. For older versions of Python, @deprecated.deprecated
is available as an alternative.
Would you consider adding the functionality to warn of the use of objects marked as deprecated by these decorators? In other words, a feature like that provided by memestra.