Module:Sprite

Revision as of 03:30, 27 May 2022 by Auburnsummer (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sprite/doc

local p = {}

p.main = function( frame )
	return "Hello, world!"
end

return p