Source code for kittycad.models.sweep

from pydantic import BaseModel, ConfigDict


[docs] class Sweep(BaseModel): """The response from the `Sweep` endpoint.""" model_config = ConfigDict(protected_namespaces=())