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
Data Structures | Variables
main Namespace Reference

Data Structures

class  Main
 

Variables

int ERROR = 84
 
int SUCCESS = 0
 
str IP = "0.0.0.0"
 
int PORT = 8080
 
 MI
 

Variable Documentation

◆ ERROR

int main.ERROR = 84

Definition at line 183 of file main.py.

◆ IP

str main.IP = "0.0.0.0"

Definition at line 185 of file main.py.

◆ MI

main.MI
Initial value:
1= Main(
2 error=ERROR,
3 success=SUCCESS
4 )

Definition at line 187 of file main.py.

◆ PORT

int main.PORT = 8080

Definition at line 186 of file main.py.

◆ SUCCESS

int main.SUCCESS = 0

Definition at line 184 of file main.py.