Files
kittycad.py/kittycad/models/default_camera_center_to_selection.py
zoo-github-actions-auth[bot] c582a0c2eb Update api spec (#291)
* 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-02 13:36:23 -07:00

8 lines
225 B
Python

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