mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
5 lines
127 B
Lua
5 lines
127 B
Lua
return function(TestEZ)
|
|
local Rojo = script.Parent.Parent
|
|
|
|
TestEZ.TestBootstrap:run({ Rojo.Plugin, Rojo.Http, Rojo.Log })
|
|
end |