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