import socket class Network: def __init__(self): self.client = socket.socket(socket.AF_INET,socket.SOCK_STEAM) self.server = "My local ip&qu