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

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-27 13:13:12 -08:00

8 lines
200 B
Python

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