This commit is contained in:
Aevann1 2022-02-24 19:51:25 +02:00
parent 53aa3e19f0
commit 4b583707d7

View file

@ -18,6 +18,7 @@ from shutil import copyfile
from json import loads
from collections import Counter
from enchant import Dict
import gevent
d = Dict("en_US")