예제 #1
0
 def __init__(self, ip, port, type, db):
     #self._config = config
     self._ip = ip
     self._port = port
     self._type = type
     self._db = db
     self._discoverer = Discoverer(self._type)