opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
importlib_resources
/
compat
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] __pycache__
N/A
__init__.py
0 bytes
Rename
Delete
py39.py
151 bytes
Rename
Delete
import sys __all__ = ['ZipPath'] if sys.version_info >= (3, 10): from zipfile import Path as ZipPath else: from zipp import Path as ZipPath
Save