1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-12 22:40:54 +01:00
lune/tests/require/modules/init.luau
2023-06-28 10:58:02 +02:00

4 lines
43 B
Lua

return {
Foo = "Bar",
Hello = "World",
}