import os

from elasticsearch import Elasticsearch

ES_CLIENT = Elasticsearch(os.environ["ES_HTTP_ADDR"], api_key=os.environ["ES_API_KEY"])
