forked from x/ContextOS
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
{init: function(run, field, option, output) {
|
|
kit.Log("hello world")
|
|
return {}
|
|
}}
|
|
|