class ISO3166::Configuration

def initialize

def initialize
  @locales = default_locales
  @loaded_locales = []
end