local M = {} function M.printl(fmt, ...) print(string.format(fmt, ...)) end return M