Esempio n. 1
0
File: app.py Progetto: kotas/reflec
 def run(self):
     u"""実行を開始する."""
     self.client.start()
     self.server.serve_forever()
     PluginApplication.run(self)
Esempio n. 2
0
File: app.py Progetto: kotas/reflec
 def run(self):
     u"""実行を開始する."""
     self.monitor.start()
     PluginApplication.run(self)