ZeroNet/src/Crypt/Crypt.py
2019-11-25 14:37:55 +01:00

4 lines
118 B
Python

from Config import config
from util import ThreadPool
thread_pool_crypt = ThreadPool.ThreadPool(config.threads_crypt)