blob: 73c9b1c3ca391c977f3f49d5669c41451fb2aa8b [file] [log] [blame]
import logging
from . import model
log = logging.getLogger(__name__)
class Annotation(model.ModelEntity):
pass