from enum import Enum class Orientation(Enum): HORIZONTAL = "H" VERTICAL = "V"