PYTHON TYPE Petunjuk Superclass
from typing import Type
def process_any_subclass_type_of_A(cls: Type[A]):
pass
rebellion
from typing import Type
def process_any_subclass_type_of_A(cls: Type[A]):
pass