예제 #1
0
 def __init__(self, ip, username, password):
     """
     Initializes the object with credentials and connection information
     """
     _ = password
     self.sdk = Sdk(ip, username)