added comment to colours.py

This commit is contained in:
Spy 2022-09-21 15:54:46 +00:00 committed by GitHub
parent 7cd9df1e6b
commit e81245656c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
# ANSI colour codes
red = "\033[91m"
green = "\033[92m"
blue = "\033[94m"