aboutsummaryrefslogtreecommitdiff
path: root/tests/simple/build.lua
blob: 996ccda9193b390474335e03bd7c509f77615fba (plain)
1
2
3
4
5
6
7
8
local template = Template:new()

template:add_file("./test.py", {
	module = "a_module_that_is_different",
	name = template:option('name')
})

return template