A simple lookup package for country codes to country names or phone prefixes, and formatting postal addresses.
Get a country name from a two-letter country code:
country := Country("VU")
Get a phone prefix from a two-letter country code:
pre := PhonePrefix("MN")
MIT.