CovertMark.constants module

This module stores constants used during the operations of the UI.

class CovertMark.constants.colours[source]

Bases: object

BGC = '\x1b[;7m'
BOLD = '\x1b[1m'
ENDC = '\x1b[0m'
GRAY = '\x1b[90m'
GREEN = '\x1b[92m'
PURPLE = '\x1b[95m'
RED = '\x1b[91m'
YELLOW = '\x1b[93m'