Auto inherite a parent class with decorator
I have a class decorator p()
that can be used only on classes that inherite from some abstract class P
.
I have a class decorator p()
that can be used only on classes that inherite from some abstract class P
.