ZeroNet/src/Crypt/Crypt.py

4 lines
118 B
Python
Raw Normal View History

2019-11-25 14:37:55 +01:00
from Config import config
from util import ThreadPool
thread_pool_crypt = ThreadPool.ThreadPool(config.threads_crypt)