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