History

Schemas for the history config.

class HistorySchema(enabled=True)[source]

This class represents the [history] section of our config.toml file.

enabled

Define if the history is enabled.

Type:

bool

enabled: bool = True