class Composite should be declared as: ``` class Composite(behaviour.Behaviour): current_child: Optional[Behaviour] ``` otherwise current_child is typed as None according to the Composite.__init__ method.