1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-02 22:36:54 +02:00
Files
STARK/synonyms.py

5 lines
60 B
Python
Raw Normal View History

synonyms = {
'да': 'да',
'нет': 'нет',
}