Files
cool-domain/cool_domain/constants.py
T
klemek ce53920340
Python Lint CI / ruff-format-check (push) Has been cancelled
Python Lint CI / ty (push) Has been cancelled
Python Lint CI / ruff (push) Has been cancelled
fix: use symlink for txt files
2026-06-16 11:08:33 +02:00

7 lines
176 B
Python

from cool_domain.word_list import WordList
LANGS: dict[str, WordList] = {
"english": WordList("english", "english.txt"),
"french": WordList("french", "french.txt"),
}