1local hello = require('testluaplugin/hello').hello
2
3return {
4    hello = hello
5}
6