__init__.py 231 Bytes
from .retriever import Retriever
from .const import TARGET_FIELD_INDIVIDUALS, TARGET_FIELD_COMPANIES

retriever_individuals = Retriever(const.TARGET_FIELD_INDIVIDUALS)
retriever_companies = Retriever(const.TARGET_FIELD_COMPANIES)