i think this is the first thing my python-brain is struggling to understand, it's something that is intended to ensure that if you're going to write several different "types" of class, ensures that they all implement the same stuff?
e.g payment processor, you have a PaymentProcessor interface and then whenever you want to accept payments from Credit Cards, Crypto, whatever you use the PaymentProcessor interface to ensure that a future step has all the correct information?