mirror of
https://github.com/lune-org/lune.git
synced 2024-12-13 21:40:40 +00:00
5 lines
43 B
Lua
5 lines
43 B
Lua
|
return {
|
||
|
Foo = "Bar",
|
||
|
Hello = "World",
|
||
|
}
|