OXIESEC PANEL
- Current Dir:
/
/
snap
/
core24
/
1055
/
usr
/
lib
/
python3.12
/
importlib
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/18/2025 08:10:57 PM
rwxr-xr-x
📄
__init__.py
4.66 KB
05/26/2025 06:50:19 PM
rw-r--r--
📁
__pycache__
-
06/18/2025 08:10:57 PM
rwxr-xr-x
📄
_abc.py
1.32 KB
05/26/2025 06:50:19 PM
rw-r--r--
📄
_bootstrap.py
55.72 KB
05/26/2025 06:50:19 PM
rw-r--r--
📄
_bootstrap_external.py
67.55 KB
05/26/2025 06:50:19 PM
rw-r--r--
📄
abc.py
7.43 KB
05/26/2025 06:50:19 PM
rw-r--r--
📄
machinery.py
880 bytes
05/26/2025 06:50:19 PM
rw-r--r--
📁
metadata
-
06/18/2025 08:10:57 PM
rwxr-xr-x
📄
readers.py
327 bytes
05/26/2025 06:50:19 PM
rw-r--r--
📁
resources
-
06/18/2025 08:10:57 PM
rwxr-xr-x
📄
simple.py
354 bytes
05/26/2025 06:50:19 PM
rw-r--r--
📄
util.py
10.59 KB
05/26/2025 06:50:19 PM
rw-r--r--
Editing: readers.py
Close
""" Compatibility shim for .resources.readers as found on Python 3.10. Consumers that can rely on Python 3.11 should use the other module directly. """ from .resources.readers import ( FileReader, ZipReader, MultiplexedPath, NamespaceReader, ) __all__ = ['FileReader', 'ZipReader', 'MultiplexedPath', 'NamespaceReader']