Say I have the following simple example without any typehints:
def wrapper(cls): class Subclass(cls): def subcl