Source code for kittycad.models.handle_mouse_drag_end
from pydantic import BaseModel, ConfigDict
[docs]
class HandleMouseDragEnd(BaseModel):
"""The response from the `HandleMouseDragEnd` endpoint."""
model_config = ConfigDict(protected_namespaces=())