import re for uncolorizing

This commit is contained in:
Zachary Cutlip 2021-01-29 12:18:47 -08:00
parent 903a60abae
commit 0bbda68e4c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import re
ESCAPES = {
# reset
'reset': 0,