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