Source code for kittycad.models.scene_clear_all
from pydantic import BaseModel, ConfigDict
[docs]
class SceneClearAll(BaseModel):
"""The response from the `SceneClearAll` endpoint."""
model_config = ConfigDict(protected_namespaces=())
from pydantic import BaseModel, ConfigDict
[docs]
class SceneClearAll(BaseModel):
"""The response from the `SceneClearAll` endpoint."""
model_config = ConfigDict(protected_namespaces=())