from .base import EntrySerializerWithCreators


class InfoEntrySerializer(EntrySerializerWithCreators):
    pass
