from enum import Enum class OutputFormat(str, Enum): NATURAL = "NATURAL" JSON = "JSON"