コード例 #1
0
 def start(self):
     from customer import io_throttle
     from customer import data_sender
     from customer import data_receiver
     io_throttle.init()
     data_sender.A('init')
     data_receiver.A('init')
     return True
コード例 #2
0
 def start(self):
     from customer import io_throttle
     from customer import data_sender
     io_throttle.init()
     data_sender.A('init')
     return True