aboutsummaryrefslogtreecommitdiff
path: root/example/build.lua
blob: 47cfbda0c37fc8f58602307f7b0b65fac091e24d (plain)
1
2
3
4
5
6
7
8
9
local template = Template:new()

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

return template