Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/deprecated/__init__.py: 100%
6 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:35 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:35 +0000
1# -*- coding: utf-8 -*-
2"""
3Deprecated Library
4==================
6Python ``@deprecated`` decorator to deprecate old python classes, functions or methods.
8"""
10__version__ = "1.2.14"
11__author__ = u"Laurent LAPORTE <tantale.solutions@gmail.com>"
12__date__ = "unreleased"
13__credits__ = "(c) Laurent LAPORTE"
15from deprecated.classic import deprecated