blob: 73c9b1c3ca391c977f3f49d5669c41451fb2aa8b [file] [log] [blame]
Adam Israeldcdf82b2017-08-15 15:26:43 -04001import logging
2
3from . import model
4
5log = logging.getLogger(__name__)
6
7
8class Annotation(model.ModelEntity):
9 pass