Squashed 'modules/libjuju/' content from commit c50c361
[osm/N2VC.git] / 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