📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 02:01:14
📂
/
/
opt
/
alt
/
python313
/
lib
/
python3.13
/
site-packages
/
pip
/
_vendor
/
pyproject_hooks
✏️
Editing: _compat.py
__all__ = ("tomllib",) import sys if sys.version_info >= (3, 11): import tomllib else: from pip._vendor import tomli as tomllib
💾 Save Changes
❌ Cancel