mirror of
https://github.com/wassname/sloth.git
synced 2026-07-04 14:32:00 +08:00
c84e02befe
- implement AnnotationContainerFactory
23 lines
234 B
Python
23 lines
234 B
Python
LABELS = (
|
|
)
|
|
|
|
HOTKEYS = (
|
|
)
|
|
|
|
ITEMS = {
|
|
'rect': 'items.RectItem',
|
|
'point': 'items.PointItem',
|
|
}
|
|
|
|
INSERTERS = {
|
|
'rect': 'items.RectItemInserter',
|
|
'point': 'items.PointItemInserter',
|
|
}
|
|
|
|
CONTAINERS = (
|
|
)
|
|
|
|
PLUGINS = (
|
|
)
|
|
|