def __init__()

in text-semantic-search/semantic_search/utils/lookup.py [0:0]


  def __init__(self, kind):
    logging.info('Initialising datastore lookup utility...')
    self.kind = kind
    self.client = datastore.Client()
    logging.info('Datastore lookup utility initialised.')