Contents:
from enum import Enum [docs] class CacheType(Enum): PRODUCTION = "production" TEST = "test"