local mylib = {} function mylib:log_info(msg) print("[info] " .. msg) end return mylib