Just a simple Load Balancer built on Python3
Running the application and unittests (with pipenv installed):
pipenv run python main.py
pipenv run python -m unittest
After executed it will generate a file named as output.txt containing the result from main.py execution.