Updated the switch class to match code standard
This commit is contained in:
@@ -233,6 +233,8 @@ class nwUnicode:
|
||||
## Other
|
||||
U_NBSP = "\u00a0" # Non-breaking space
|
||||
U_PARA = "\u2029" # Paragraph separator
|
||||
U_CHECK = "\u2714" # Heavy check mark
|
||||
U_MULT = "\u2715" # Multiplication x
|
||||
|
||||
## Arrows
|
||||
U_UTRI = "\u2bc5" # Up-pointing triangle
|
||||
@@ -270,6 +272,8 @@ class nwUnicode:
|
||||
|
||||
## Other
|
||||
H_NBSP = " "
|
||||
H_CHECK = "✔"
|
||||
H_MULT = "✕"
|
||||
|
||||
## Arrows
|
||||
H_UTRI = "⯅"
|
||||
|
||||
Reference in New Issue
Block a user