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