Source code for kittycad.models.set_selection_filter

from .base import KittyCadBaseModel


[docs] class SetSelectionFilter(KittyCadBaseModel): """The response from the `SetSelectionFilter` endpoint."""