Source code for kittycad.models.send_object

from pydantic import BaseModel, ConfigDict


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