OXIESEC PANEL
- Current Dir:
/
/
snap
/
core24
/
888
/
usr
/
lib
/
python3.12
/
importlib
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/18/2025 08:12:15 AM
rwxr-xr-x
📄
__init__.py
4.66 KB
02/04/2025 02:48:35 PM
rw-r--r--
📁
__pycache__
-
03/18/2025 08:12:15 AM
rwxr-xr-x
📄
_abc.py
1.32 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
_bootstrap.py
55.72 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
_bootstrap_external.py
67.55 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
abc.py
7.43 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
machinery.py
880 bytes
02/04/2025 02:48:35 PM
rw-r--r--
📁
metadata
-
03/18/2025 08:12:15 AM
rwxr-xr-x
📄
readers.py
327 bytes
02/04/2025 02:48:35 PM
rw-r--r--
📁
resources
-
03/18/2025 08:12:15 AM
rwxr-xr-x
📄
simple.py
354 bytes
02/04/2025 02:48:35 PM
rw-r--r--
📄
util.py
10.59 KB
02/04/2025 02:48:35 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', ]