from typing import TypeVar, Generic N = TypeVar('N') class ZZ(Generic[N]): def __init__(self): print("__orig_class__ is: ", self.__orig_class__)