local p = {} --p stands for package

function p.hello( frame )
    return "<tab name=Daten>Hello, world!</tab>"
end

return p