from enum import Enum class DataFields(str, Enum): SECTIONS = "sections" SECTION_NAMES = "section_names" ARTICLE_ID = "article_id"