OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib64
/
python3.11
/
importlib
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:31:17 AM
rwxr-xr-x
📄
__init__.py
5.95 KB
06/03/2025 06:38:25 PM
rw-r--r--
📁
__pycache__
-
09/05/2025 09:31:16 AM
rwxr-xr-x
📄
_abc.py
1.81 KB
06/03/2025 06:38:25 PM
rw-r--r--
📄
_bootstrap.py
47.09 KB
06/03/2025 06:38:25 PM
rw-r--r--
📄
_bootstrap_external.py
67.35 KB
06/03/2025 06:38:25 PM
rw-r--r--
📄
abc.py
10.71 KB
06/03/2025 06:38:25 PM
rw-r--r--
📄
machinery.py
880 bytes
06/03/2025 06:38:25 PM
rw-r--r--
📁
metadata
-
09/05/2025 09:31:16 AM
rwxr-xr-x
📄
readers.py
327 bytes
06/03/2025 06:38:25 PM
rw-r--r--
📁
resources
-
09/05/2025 09:31:16 AM
rwxr-xr-x
📄
simple.py
354 bytes
06/03/2025 06:38:25 PM
rw-r--r--
📄
util.py
12.42 KB
06/03/2025 06:38:25 PM
rw-r--r--
Editing: simple.py
Close
""" Compatibility shim for .resources.simple as found on Python 3.10. Consumers that can rely on Python 3.11 should use the other module directly. """ from .resources.simple import ( SimpleReader, ResourceHandle, ResourceContainer, TraversableReader, ) __all__ = [ 'SimpleReader', 'ResourceHandle', 'ResourceContainer', 'TraversableReader', ]