local M = {
init = require('sloth-flake.initialize'),
config = require('sloth-flake.config'),
}
function M.load()
-- Not implemented yet
end
return M