Source code for juju.annotation

# Copyright 2023 Canonical Ltd.
# Licensed under the Apache V2, see LICENCE file for details.

import logging

from . import model

log = logging.getLogger(__name__)


[docs]class Annotation(model.ModelEntity): pass