Comparing poker hands strings and determining which hand is the winner
requirements.txt ---> python libraries that allow the test run
test.py ---> python script that contains the test case for the challenge , run with python3 test.py
modules ---> directory that contains the PokerHand class inside the pokerhand.py file