Files
sloth/conf/default_config.py
T
2011-05-06 16:26:57 +02:00

21 lines
209 B
Python

LABELS = (
)
HOTKEYS = (
)
ITEMS = (
("rect", "items.RectItem", "items.RectItemInserter"),
("point", "items.PointItem", "items.PointItemInserter")
)
INSERTERS = (
)
LOADERS = (
)
PLUGINS = (
)