Skip to content

PointShape🔗

Definition🔗

class PointShape(enum.StrEnum):
    CIRCLE = "circle"
    SQUARE = "square"