Ejemplo n.º 1
0
 def __init__(self):
     self.parser = root_parser().copy()
     self.type_dic = {
         0: 'china',
         1: 'world',
         2: 'inflows'
     }
Ejemplo n.º 2
0
 def __init__(self):
     self.parser = root_parser().copy()