helperFunctions.tag module

class helperFunctions.tag.TagColor(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

A class containing the different colors the tags may have.

BLUE = 'primary'
DARK = 'dark'
GRAY = 'secondary'
GREEN = 'success'
LIGHT = 'light'
LIGHT_BLUE = 'info'
ORANGE = 'warning'
RED = 'danger'