Esempio n. 1
0
    def __init__(self):
        '''
    Constructor
    '''

        self.command = Command()
        self.result = {}
Esempio n. 2
0
    def __init__(self):
        """ Constructor
    """

        self.command = Command()
        self.result = {}