betty.entity.has_notes module¶ Tools for entities that have notes. class betty.entity.has_notes.HasNotes¶ Bases: Entity An entity that has notes associated with it. __init__(*args: Any, notes: ToManyAssociates[Note] = (), **kwargs: Any)¶ notes¶ A bidirectional \*-to-many entity type association where all associates are of the same entity type.