Likely with something like: ```python import warnings warnings.warn("This thing shouldn't be used", warnings.DeprecationWarning) ```