Files
kittycad.py/kittycad/models/set_object_transform.py

8 lines
200 B
Python
Raw Normal View History

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