Skip to content

ScaleOrientation🔗

TODO docs

Definition🔗

class ScaleOrientation(enum.IntEnum):
    """
    TODO docs
    """

    HORIZONTAL = 0
    VERTICAL = 1