PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
compat
/
Editing: py310.py
import sys __all__ = ['tomllib'] if sys.version_info >= (3, 11): import tomllib else: # pragma: no cover import tomli as tomllib
SAVE
CANCEL