from .base import EntrySerializerWithCreators


class CurriculumEntrySerializer(EntrySerializerWithCreators):
    pass
