""" The GEDCOM module provides the code and data structures for laoding
a GEDCOM file.  We try to preserve as much information about the structure
of the GEDCOM file as we can so that any modifications made result in a
diffable file.  The only public method this exports is 'parse_file', which
reads in a GEDCOM file and produces a karpathos database. """

from parser import GEDCOMParser

