AlkantarClanX12
Current Path : /opt/hc_python/lib/python3.8/site-packages/importlib_resources/compat/ |
Current File : //opt/hc_python/lib/python3.8/site-packages/importlib_resources/compat/py39.py |
import sys __all__ = ['ZipPath'] if sys.version_info >= (3, 10): from zipfile import Path as ZipPath # type: ignore else: from zipp import Path as ZipPath # type: ignore