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

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23 09:39:00 -04:00

8 lines
201 B
Python

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