StreamingCommunity/Src/Lib/Unidecode/additional_math.py
2024-05-23 08:50:29 +02:00

10 lines
198 B
Python

# 16.05.24
additional_math_mapping = {
'': 'cube root',
'': 'fourth root',
'': 'circled times',
'': 'circled dot',
'': 'circled times',
'': 'circled dot'
}