Team:TU Darmstadt/Module:my module

local p = {} function p.hello(frame)

   return 'Hello'

end return p