Esempio n. 1
0
 def __init__(self, inputStr):
     from biotool import BioTool
     self.bioToolCheck = BioTool(inputStr)
     self.semaphore = threading.Semaphore()