Lift management.
Run the server:
$ python -m LiftOSRun the clients:
$ python -m LiftClient < LiftClient/input1.txt$ python -m LiftClient < LiftClient/input2.txtInput file format as follows:
<IdUser> <StartingFloor> <UserWeight>
<NumberOfLinesToProcess>
<FloorToMove> <TimeInSecBeforeCallingAgain>
<FloorToMove> <TimeInSecBeforeCallingAgain>
...