Module:Sandbox/TovarischPootis/sometest

Revision as of 20:18, 1 December 2020 by imported>TovarischPootis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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