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