8 lines
103 B
Python
8 lines
103 B
Python
from .container import Container
|
|
|
|
|
|
class TOMLDocument(Container):
|
|
"""
|
|
A TOML document.
|
|
"""
|