mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
# 16.05.24
|
|
|
|
quantifiers_mapping = {
|
|
'∀': 'for all',
|
|
'∃': 'there exists'
|
|
} |