local SD = require "Module:SimpleDebug" local p = {} p.main = function(frame) SD.wtos("hello?") end return p