mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +00:00
5 lines
43 B
Lua
5 lines
43 B
Lua
|
return {
|
||
|
Foo = "Bar",
|
||
|
Hello = "World",
|
||
|
}
|