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