mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-16 22:57:49 +01:00
8 lines
110 B
Python
8 lines
110 B
Python
from tomlkit.container import Container
|
|
|
|
|
|
class TOMLDocument(Container):
|
|
"""
|
|
A TOML document.
|
|
"""
|