jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
110 Bytes
from tomlkit.container import Container
class TOMLDocument(Container):
"""
A TOML document.
"""