import redis
from proxy_connection import ProxyRedis

redis_client = ProxyRedis(host=host, password=password, proxy=(PROXY_IP, PROXY_PORT))