I went and added some basic docstrings to the source code to make it easier for other people to understand.
Specifically, I added docstrings to each module, class and also the most 'public' methods that developers are mostly likely to invoke such as review_card and to_dict.
I went and added some basic docstrings to the source code to make it easier for other people to understand.
Specifically, I added docstrings to each module, class and also the most 'public' methods that developers are mostly likely to invoke such as
review_card
andto_dict
.Let me know if there are any issues / questions 👍