Hard to explain in title but the question is simple. How can I make this run.
class A:
    def foo(self, param: A) -> A:
        pass
Hard to explain in title but the question is simple. How can I make this run.
class A:
    def foo(self, param: A) -> A:
        pass
