Example code:
def __init__(self, input_retailer, pull_gen_fun, login_class: typing.ClassVar):
self.input_retailer = input_retailer
self.pull_gen_fun = pull_gen_fun
self.login_class = login_class
I think typing.ClassVar isn't for this kind of case correct?