10 lines
355 B
Lua
10 lines
355 B
Lua
|
---------------------------------------------------------------------------
|
||
|
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||
|
-- @copyright 2019 Emmanuel Lepage Vallee
|
||
|
-- @module naughty.container
|
||
|
---------------------------------------------------------------------------
|
||
|
|
||
|
return {
|
||
|
background = require( "naughty.container.background" );
|
||
|
}
|