| commit | dcdf82bbc1ef310379f746518b2dd3b006353cb3 | [log] [tgz] |
|---|---|---|
| author | Adam Israel <adam.israel@canonical.com> | Tue Aug 15 15:26:43 2017 -0400 |
| committer | Adam Israel <adam.israel@canonical.com> | Tue Aug 15 15:26:43 2017 -0400 |
| tree | b9682d216c9aafbe4b3c09f08bd43313a59b49a0 |
Squashed 'modules/libjuju/' content from commit c50c361 git-subtree-dir: modules/libjuju git-subtree-split: c50c361a8b9a3bbf1a33f5659e492b481f065cd2
diff --git a/juju/annotation.py b/juju/annotation.py new file mode 100644 index 0000000..73c9b1c --- /dev/null +++ b/juju/annotation.py
@@ -0,0 +1,9 @@ +import logging + +from . import model + +log = logging.getLogger(__name__) + + +class Annotation(model.ModelEntity): + pass