diff options
Diffstat (limited to 'colors.py')
| -rw-r--r-- | colors.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/colors.py b/colors.py new file mode 100644 index 0000000..2ec5bf7 --- /dev/null +++ b/colors.py @@ -0,0 +1,7 @@ +RED = "\033[31m" +GREEN = "\033[32m" +YELLOW = "\033[33m" +BOLD = "\033[1m" +RESET = "\033[0m" + +# узбек цвета |