[TODO]
- Adjust Server
1.1. Choose port
1.2. Change [REPLACE] according to your needs
1.3. Fill in client handler
- Run Server
python3 Server.py
- Use client to call Server
3.1. Set server IP and port in Client.py
3.2. Run client
python3 Client.py "message to server"