Source code for juju.annotation

import logging

from . import model

log = logging.getLogger(__name__)


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