__init__.py 351 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. """
  3. Deprecated Library
  4. ==================
  5. Python ``@deprecated`` decorator to deprecate old python classes, functions or methods.
  6. """
  7. __version__ = "1.2.18"
  8. __author__ = u"Laurent LAPORTE <laurent.laporte.pro@gmail.com>"
  9. __date__ = "2025-01-27"
  10. __credits__ = "(c) Laurent LAPORTE"
  11. from deprecated.classic import deprecated