__init__.py 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 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)