mirror of
https://github.com/wassname/sloth.git
synced 2026-07-23 13:10:07 +08:00
23 lines
231 B
Python
23 lines
231 B
Python
LABELS = (
|
|
)
|
|
|
|
HOTKEYS = (
|
|
)
|
|
|
|
ITEMS = {
|
|
"rect": "items.RectItem",
|
|
"point": "items.PointItem",
|
|
}
|
|
|
|
INSERTERS = {
|
|
"rect": "items.RectItemInserter",
|
|
"point": "items.PointItemInserter",
|
|
}
|
|
|
|
LOADERS = (
|
|
)
|
|
|
|
PLUGINS = (
|
|
)
|
|
|