def run(self): u"""実行を開始する.""" self.client.start() self.server.serve_forever() PluginApplication.run(self)
def run(self): u"""実行を開始する.""" self.monitor.start() PluginApplication.run(self)