Merge commit '19031b24b523c872c1ac367821dc60c950a09755' as 'modules/libjuju'
[osm/N2VC.git] / modules / libjuju / juju / annotation.py
1 import logging
2
3 from . import model
4
5 log = logging.getLogger(__name__)
6
7
8 class Annotation(model.ModelEntity):
9 pass