from typing import Generic from modules.utils.types import A, C, Q, V class VariantTask(Generic[C, V, Q, A]):