Example #1
0
 def __init__(self, args):
     PGoApi.__init__(self)
     self.args = args
     self.config = {}
     self.config['GMAPS_API_KEY'] = args.gmaps_key
     self.config['USE_GOOGLE'] = False