mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
9 lines
156 B
Python
9 lines
156 B
Python
# 16.05.24
|
|
|
|
geometry_mapping = {
|
|
'∠': 'angle',
|
|
'∟': 'right angle',
|
|
'∥': 'parallel',
|
|
'⊥': 'perpendicular',
|
|
'∥': 'parallel to'
|
|
} |