コード例 #1
0
ファイル: app.py プロジェクト: kotas/reflec
 def run(self):
     u"""実行を開始する."""
     self.client.start()
     self.server.serve_forever()
     PluginApplication.run(self)
コード例 #2
0
ファイル: app.py プロジェクト: kotas/reflec
 def run(self):
     u"""実行を開始する."""
     self.monitor.start()
     PluginApplication.run(self)