File Manager
Path:
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
tomlkit
/
Viewing File: toml_document.py
from tomlkit.container import Container class TOMLDocument(Container): """ A TOML document. """