ScaleDirection🔗TODO docsDefinition🔗class ScaleDirection(enum.IntEnum): """ TODO docs """ UP = 1 RIGHT = 1 DOWN = -1 LEFT = -1