Today I learned how to use the dunder method __init_subclass__ to be notified when a class is subclassed.
__init_subclass__
There's 10 types of people in the world, those who know binary and those who don't.