I have a class, which is intended to be subclassed.
I tried to use required
for the methods that the subclass must implement.
However, that's reserved for init.
I have a class, which is intended to be subclassed.
I tried to use required
for the methods that the subclass must implement.
However, that's reserved for init.