|
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.
|

Static Public Attributes | |
| str | END = 'rr' |
| str | INFO = '0B' |
| str | ERROR = '0C' |
| str | DEBUG = '0D' |
| str | SUCCESS = '0A' |
| str | WARNING = '0E' |
| str | DEFAULT = "0F" |
_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.
|
static |
Definition at line 166 of file global_variables.py.
|
static |
Definition at line 169 of file global_variables.py.
|
static |
Definition at line 163 of file global_variables.py.
|
static |
Definition at line 165 of file global_variables.py.
|
static |
Definition at line 164 of file global_variables.py.
|
static |
Definition at line 167 of file global_variables.py.
|
static |
Definition at line 168 of file global_variables.py.