creanero / stellar_matchmaker

MIT License
1 stars 1 forks source link

Refactor stellar_matchmaker.py as a class #33

Open creanero opened 3 months ago

creanero commented 3 months ago

Convert stellar_matchmaker to be object-oriented to avoid the requirements to pass as many variables. This will increase flexibility and polymorphism for later use.