SubSets of a set Service

This project contains a service that allows you to compute all the subsets of a set.

Install

To install all the dependency for this project please run the following command:

python -m pip install -r requirements.txt

Run Tests

To run all the tests run the following command:

python