// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
tomlkit
[ PARENT ]
EDIT :: toml_document.py
from tomlkit.container import Container class TOMLDocument(Container): """ A TOML document. """
SAVE
CANCEL