Source code for kittycad.models.update_annotation
from .base import KittyCadBaseModel
[docs]
class UpdateAnnotation(KittyCadBaseModel):
"""The response from the `UpdateAnnotation` endpoint."""
from .base import KittyCadBaseModel
[docs]
class UpdateAnnotation(KittyCadBaseModel):
"""The response from the `UpdateAnnotation` endpoint."""