コード例 #1
0
ファイル: app.py プロジェクト: willkg/antenna
 def __init__(self, config):
     self.config_manager = config
     self.config = config.with_options(self)
 def __init__(self, config):
     self.config_manager = config
     self.config = config.with_options(self)
コード例 #3
0
 def __init__(self, config):
     self.config = config.with_options(self)