Source code for fastgedcom.family_link

"""Define the :py:class:`.FamilyLink` class used to bypass family records
and ease the access to relatives."""

from collections import defaultdict

from .base import (
    Document, FakeLine, FamRef, IndiRef, Record, TrueLine, fake_line
)