1
Fork 0
mirror of https://github.com/RGBCube/DML synced 2025-07-27 23:57:44 +00:00
DML/dml/symbols.py
2022-03-19 22:15:26 +03:00

5 lines
169 B
Python

symbols = {
"1": "\u0701", # Syriac Supralinear Full Stop
"0": "\u0660", # Arabic-Indic Digit Zero
"stop": "\u06F0", # Extended Arabic-Indic Digit Zero
}