Module:Character Appearances

From fractalthorns wiki
Revision as of 22:28, 12 December 2023 by Sabre (talk | contribs)
Jump to navigation Jump to search

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

local package = {}

function package.test(frame)
    return "hi"
end

return package