local M = require('module'):new() function M:boot() require('todo-comments').setup({ }) end return M