3 lines
55 B
Lua
3 lines
55 B
Lua
return {
|
|
new = function(self, nodes) return {} end
|
|
}
|
return {
|
|
new = function(self, nodes) return {} end
|
|
}
|