It would be nice add the phone country code
countries.get('US')
Country(name='United States of America', alpha2='US', alpha3='USA', numeric='840', phone_code='+1', apolitical_name='United States of America')
countries.get('CO')
Country(name='Colombia', alpha2='CO', alpha3='COL', numeric='170', phone_code='+57', apolitical_name='Colombia')
It would be nice add the phone country code