simpa
simpa copied to clipboard
Add abc.ABC to classes which have abstract methods
Classes with abstract methods should be abstract themselves. Therefore, ensure that every abstract class inherits from abc.ABC so that users can immediately tell that the class is an abstract class.