local M = {} M.setup = function(opts) print("Setup goes here") end return M