awesome-launch/shared.lua

8 lines
120 B
Lua

-- This project is licensed under the MIT License (see LICENSE).
local shared = {}
shared.pending = {}
return shared