models.base

class otto.models.base.OttoModel

Bases: BaseModel

Base for every otto boundary model.

extra='forbid' turns a typo’d or unknown config field into a validation error that names the offending key (instead of silently dropping it, as the old hand-rolled merge did).