I try to call a classmethod on a generic class:
from typing import List, Union, TypeVar, Generic from enum import IntEn