forked from cadey/xesite
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
|
{ Type = { city : Text, stateOrProvince : Text, country : Text, remote : Bool }
|
||
|
, default = { remote = True, city = "", stateOrProvince = "", country = "CAN" }
|
||
|
}
|