7 lines
110 B
TOML
7 lines
110 B
TOML
weather = [
|
|
["fair", 12],
|
|
["showers", 22],
|
|
["gloom", 22],
|
|
["thunder", 22],
|
|
["snow", 22]
|
|
]
|