local mylib = require("mylib")
local myconfig = require("myconfig")
mylib:log_info("hi " .. myconfig.target)
return true