Exemplo n.º 1
0
Arquivo: base.py Projeto: thanhlct/sds
 def __init__(self):
     '''init something'''
     self.config = get_config()
     self.logger = getLogger(self.MY_ID)
Exemplo n.º 2
0
Arquivo: base.py Projeto: thanhlct/sds
 def __init__(self):
     self.config = get_config()
     self.logger = getLogger(self.MY_ID)