from enum import IntEnum class DataFormat(IntEnum): """Supported formats enumeration.""" CSV = 0 TEXT = 1