1from Config import config 2from util import ThreadPool 3 4thread_pool_crypt = ThreadPool.ThreadPool(config.threads_crypt)