Source code for arxiv.canonical.preservation
"""Provides the high-level API for the daily preservation record."""
from .core import IPreservationAPI
[docs]class PreservationAPI(IPreservationAPI):
"""Implementation of the high-level API for the preservation record."""