I\'m looking for typing a class with recursive field
I try the following code:
class Heh: child_hehs: list[Heh]