forked from rojo-rbx/rojo
5 lines
116 B
Lua
5 lines
116 B
Lua
return function()
|
|
local TestEZ = require(script.Parent.Parent.TestEZ)
|
|
TestEZ.TestBootstrap:run(script.Parent)
|
|
end
|