class CounterWeights(str, Enum): """How to weight item counts (if at all).""" NONE = "NONE" DURATION = "DURATION"
ERRATUM