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

5 lines
165 B
Python
Raw Normal View History

synonyms = {
2021-04-17 23:49:07 +03:00
'да': ['да', 'конечно', 'ествественно'],
'нет': ['нет', 'не надо', 'отмена', 'отставить'],
}