HEX
Server: Apache
System: Linux host39.registrar-servers.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: idolaotomotif (3857)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //opt/hc_python/lib/python3.12/site-packages/importlib_resources/compat/py39.py
import sys

__all__ = ['ZipPath']


if sys.version_info >= (3, 10):
    from zipfile import Path as ZipPath
else:
    from zipp import Path as ZipPath