#!/usr/bin/python class Colours: BLUE = '\033[94m' GREEN = '\033[92m' RED = '\033[91m' END = '\033[0m' YELLOW = '\033[93m'