How to parametrize the type of a class instantiated through @classmethod in python
I’m trying to define a generic base class that can instantiate wrapped instances of itself like so
I’m trying to define a generic base class that can instantiate wrapped instances of itself like so