local function setup() print("Hello from Lua!") end return { setup = setup }