class ArrowStyle(enum.IntEnum):
    none = 0
    start = 1
    end = 2
    both_ends = 3