Note
====

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

Fields
------
Notes inherit from:

- :doc:`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.
