Files
kittycad.py/kittycad/models/set_current_tool_properties.py
zoo-github-actions-auth[bot] e900e5ec37 Update api spec (#281)
* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23 09:39:00 -04:00

8 lines
213 B
Python

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