mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
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
|