Contributor#

class technote.sources.tomlsettings.Contributor(**data)#

Bases: Person

Data about a contributor.

A Contributor is the same as a Person, with the addition of the role attribute.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].