Files
kittycad.py/kittycad/models/handle_mouse_drag_move.py

8 lines
203 B
Python
Raw Normal View History

from pydantic import BaseModel, ConfigDict
class HandleMouseDragMove(BaseModel):
"""The response from the `HandleMouseDragMove` endpoint."""
model_config = ConfigDict(protected_namespaces=())