1 2 3 4 5 6 7 8 9
--config for empty config parsing file local M = {} M.project_name = "HelloWorld" M.params_list = nil return M