class DirectoryData:
    date: datetime
    """
    Date of the directory in the isochrone frontier
    """

    flat: bool
    """
    Whether a flat model for the elements outside the frontier has
    already been created.
    """