4 lines
No EOL
118 B
Python
4 lines
No EOL
118 B
Python
from Config import config
|
|
from util import ThreadPool
|
|
|
|
thread_pool_crypt = ThreadPool.ThreadPool(config.threads_crypt) |