Source code for ambra_sdk.service.entrypoints.annotation

from ambra_sdk.service.entrypoints.generated.annotation import \
    Annotation as GAnnotation
from ambra_sdk.service.entrypoints.generated.annotation import \
    AsyncAnnotation as GAsyncAnnotation


[docs]class Annotation(GAnnotation): """Annotation."""
[docs]class AsyncAnnotation(GAsyncAnnotation): """AsyncAnnotation."""