feat: custom word list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from .word_list import WordList
|
||||
|
||||
LANGS: dict[str, WordList] = {
|
||||
"english": WordList("english", "english", "words_alpha.txt"),
|
||||
"french": WordList("french", "french", "francais.txt"),
|
||||
"english": WordList("english", "english/words_alpha.txt"),
|
||||
"french": WordList("french", "french/francais.txt"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user