Example #1
0
 def __init__(self):
     """
     Initializes the daemon's state
     Args:
         None
     """
     self.__commandExecutionThread = None
     self.__updateRequestThread = None
     self.__codeTranslator = SpanishCodesTranslator()
     self.__commandsHandler = CommandsHandler(self.__codeTranslator)