PATH:
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
pyproject_hooks
__all__ = ("tomllib",) import sys if sys.version_info >= (3, 11): import tomllib else: from pip._vendor import tomli as tomllib
[+]
__pycache__
[-] _impl.py
[edit]
[-] __init__.py
[edit]
[-] _compat.py
[edit]
[+]
_in_process
[+]
..