Files
Iliyan Angelov 6b247e5b9f Updates
2025-09-19 11:58:53 +03:00

10 lines
156 B
Python

# -*- coding: utf-8 -*-
class MarkedForDeprecationWarning(DeprecationWarning):
pass
class RemovedInNextVersionWarning(DeprecationWarning):
pass