I have a generic class BaseGeneric.
BaseGeneric
from typing import Generic, TypeVar T = TypeVar("T") clas