""" countries List of countries extract from the geographical database www.geonames.org:
"""
from countries import COUNTRIES
for el in COUNTRIES:
dbui.get_create_id(db.countries, country=el[0], synonyms=el[1])