From 1279ff3378a6b225d5b6001e61a121c2a7631830 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 23 Oct 2023 17:53:38 -0600 Subject: Move cyrillic alphabet to different file --- alphabet.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 alphabet.py diff --git a/alphabet.py b/alphabet.py new file mode 100644 index 0000000..7a4816e --- /dev/null +++ b/alphabet.py @@ -0,0 +1,4 @@ +CYRILLIC_ALPHABET = ['I', 'А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ë', 'Ж', 'З', + 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', 'Р', 'С', + 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Ъ', 'Ы', + 'Ь', 'Э', 'Ю', 'Я'] -- cgit v1.2.3