2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00
koreader/frontend/pluginshare.lua

6 lines
159 B
Lua

-- PluginShare is a table for plugins to exchange data between each other. Plugins should maintain
-- their own protocols.
return {
backgroundJobs = {},
}