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