trudag.dotstop.core.constants
A module providing constants used throughout dotstop.
DataObject
module-attribute
DataObject: TypeAlias = (
str
| int
| float
| bool
| None
| list["DataObject"]
| dict[str, "DataObject"]
)
Type alias for JSON/Yaml data possibly stored as a nested dict/list data structure.
IGNORE_FILE
module-attribute
Write this message to all files automatically generated by dotstop.