Note
====

A :py:class:`betty.ancestry.note.Note` attaches arbitrary text to other entities.

Fields
------
Notes inherit from:

- :doc:`/usage/ancestry/privacy`

``entity`` (any entity)
    The entity this note is attached to.
``id`` (``str``)
    The note's own entity ID.
``text`` (``str``)
    The human-readable note text.
