from cpl.core.console.console import Console from test_abc import TestABC class Tester: def __init__(self, t1: TestABC, t2: TestABC, t3: TestABC, t: list[TestABC]): Console.write_line("Tester:", t, t1, t2, t3)