コード例 #1
0
ファイル: base.py プロジェクト: thanhlct/sds
 def __init__(self):
     '''init something'''
     self.config = get_config()
     self.logger = getLogger(self.MY_ID)
コード例 #2
0
ファイル: base.py プロジェクト: thanhlct/sds
 def __init__(self):
     self.config = get_config()
     self.logger = getLogger(self.MY_ID)