Files
sloth/conf/default_config.py
T
Martin Baeuml c84e02befe - move annotation model and containers to package annotations
- implement AnnotationContainerFactory
2011-05-13 11:07:03 +02:00

23 lines
234 B
Python

LABELS = (
)
HOTKEYS = (
)
ITEMS = {
'rect': 'items.RectItem',
'point': 'items.PointItem',
}
INSERTERS = {
'rect': 'items.RectItemInserter',
'point': 'items.PointItemInserter',
}
CONTAINERS = (
)
PLUGINS = (
)