Files
kittycad.py/kittycad/models/default_camera_center_to_scene.py
zoo-github-actions-auth[bot] 121575c8ae Update api spec (#313)
* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-29 17:42:26 -07:00

8 lines
217 B
Python

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