Source code for kappa_sdk.enumerator.time_range_enum
from enum import Enum
[docs]
class TimeRangeEnum(Enum):
    """An enumeration of the time range.
    """
    common = "Common"
    total = "Total"
from enum import Enum
[docs]
class TimeRangeEnum(Enum):
    """An enumeration of the time range.
    """
    common = "Common"
    total = "Total"