Python plugin architecture explored
This was taken from my RoundToit project notes, where I have put several things that I find interesting. I just realized that I should put it in my tips as well.
Looking at abstract classes article (abc- Abstract Base Classes) gave me some ideas on how to handle the registering …