betty.associations.has_notes module#

Tools for entities that have notes.

class betty.associations.has_notes.HasNotes#

Bases: Entity

An entity that has notes associated with it.

__init__(*args: Any, notes: ToManyAssociates[Self, Note] = (), **kwargs: Any)#
notes#

Notes about this entity.