Jump to content

Module:DoNothing

From Wikipedia, the free encyclopedia

p = {};

function p.test( frame )
    return "";
end

return p;