Ejemplo n.º 1
0
from models import Server
from constants import HOST, PORT, NUM_CLIENTS

server = Server(HOST, PORT)
server.start(NUM_CLIENTS)