Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Static Public Attributes
global_variables.MessageColours Class Reference
Collaboration diagram for global_variables.MessageColours:
Collaboration graph

Static Public Attributes

str END = 'rr'
 
str INFO = '0B'
 
str ERROR = '0C'
 
str DEBUG = '0D'
 
str SUCCESS = '0A'
 
str WARNING = '0E'
 
str DEFAULT = "0F"
 

Detailed Description

_summary_
This is the class in charge of storing the different colours that will be used for the messages

Definition at line 158 of file global_variables.py.

Field Documentation

◆ DEBUG

str global_variables.MessageColours.DEBUG = '0D'
static

Definition at line 166 of file global_variables.py.

◆ DEFAULT

str global_variables.MessageColours.DEFAULT = "0F"
static

Definition at line 169 of file global_variables.py.

◆ END

str global_variables.MessageColours.END = 'rr'
static

Definition at line 163 of file global_variables.py.

◆ ERROR

str global_variables.MessageColours.ERROR = '0C'
static

Definition at line 165 of file global_variables.py.

◆ INFO

str global_variables.MessageColours.INFO = '0B'
static

Definition at line 164 of file global_variables.py.

◆ SUCCESS

str global_variables.MessageColours.SUCCESS = '0A'
static

Definition at line 167 of file global_variables.py.

◆ WARNING

str global_variables.MessageColours.WARNING = '0E'
static

Definition at line 168 of file global_variables.py.


The documentation for this class was generated from the following file: