simpa icon indicating copy to clipboard operation
simpa copied to clipboard

Add abc.ABC to classes which have abstract methods

Open RecurvedBow opened this issue 1 year ago • 0 comments

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.

RecurvedBow avatar Jun 28 '24 11:06 RecurvedBow