Spaces:
Runtime error
Runtime error
File size: 145 Bytes
fe5e03c |
1 2 3 4 5 6 7 8 |
from enum import Enum
class DataFields(str, Enum):
SECTIONS = "sections"
SECTION_NAMES = "section_names"
ARTICLE_ID = "article_id"
|