コード例 #1
0
ファイル: client.py プロジェクト: ieatkillerbees/DASBiT
 def __init__(self, config, dataPath):
     self.config        = config
     self.ctcp          = Ctcp()
     self.pluginManager = PluginManager(self, dataPath)