WORLD_BANK_BASE = "https://api.worldbank.org/v2" INDICATORS = { "GDP": "NY.GDP.MKTP.CD", "INFLATION": "FP.CPI.TOTL.ZG", "POPULATION": "SP.POP.TOTL" }