class ISO3166::Country

def initialize(country_data)

def initialize(country_data)
  @country_data_or_code = country_data
  reload
end