Source code for kittycad.models.default_camera_center_to_selection

from pydantic import BaseModel, ConfigDict


[docs] class DefaultCameraCenterToSelection(BaseModel): """The response from the `DefaultCameraCenterToSelection` endpoint.""" model_config = ConfigDict(protected_namespaces=())