local M = {} ---@param opts? PlexConfig function M.setup(opts) require('plex.config').setup(opts) end return M