This project contains a service that allows you to compute all the subsets of a set.
To install all the dependency for this project please run the following command:
python -m pip install -r requirements.txt
To run all the tests run the following command:
python