mirror of
https://github.com/wassname/sloth.git
synced 2026-07-09 06:06:52 +08:00
21 lines
209 B
Python
21 lines
209 B
Python
LABELS = (
|
|
)
|
|
|
|
HOTKEYS = (
|
|
)
|
|
|
|
ITEMS = (
|
|
("rect", "items.RectItem", "items.RectItemInserter"),
|
|
("point", "items.PointItem", "items.PointItemInserter")
|
|
)
|
|
|
|
INSERTERS = (
|
|
)
|
|
|
|
LOADERS = (
|
|
)
|
|
|
|
PLUGINS = (
|
|
)
|
|
|