Documentation for this module may be created at Module:Sandbox/TovarischPootis/sometest/doc

local thing = {}
local test = "hello this is test"

function thing.shit(frame)
	return test
end	
return thing