Python Type Indice Superclass

from typing import Type
def process_any_subclass_type_of_A(cls: Type[A]):
    pass
rebellion