示例#1
0
 def testBasic(self):
     sync = Sync()
     sync.log("log is running")
     sync.error("error is running")
     sync.close()