PathsInfo

class app.util.config.models.app_info.PathsInfo[source]

Bases: BaseConfigModel

Inheritance diagram of PathsInfo

Inheritance Diagram for PathsInfo

Methods

Attributes

model_config

Configuration for the model, should be a dictionary conforming to ConfigDict.

config

home

inherited

defaulted

instance_name

instance_parent

config: ConfigFilePath
home: Annotated[Path]
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}

Configuration for the model, should be a dictionary conforming to ConfigDict.