Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
at main 4 lines 118 B view raw
1from Config import config 2from util import ThreadPool 3 4thread_pool_crypt = ThreadPool.ThreadPool(config.threads_crypt)