OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
deprecated
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:34:01 AM
rwxr-xr-x
📄
__init__.py
349 bytes
05/08/2024 06:42:54 PM
rw-r--r--
📁
__pycache__
-
05/08/2024 06:42:54 PM
rwxr-xr-x
📄
classic.py
9.65 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
sphinx.py
10.02 KB
05/08/2024 06:42:54 PM
rw-r--r--
Editing: __init__.py
Close
# -*- coding: utf-8 -*- """ Deprecated Library ================== Python ``@deprecated`` decorator to deprecate old python classes, functions or methods. """ __version__ = "1.2.14" __author__ = u"Laurent LAPORTE <tantale.solutions@gmail.com>" __date__ = "unreleased" __credits__ = "(c) Laurent LAPORTE" from deprecated.classic import deprecated