I'm getting an error when I try to iterate over an numpy array: ``` error: Iterable expected ``` Do we need the main class to also inherit `Iterable`?
I'm getting an error when I try to iterate over an numpy array:
Do we need the main class to also inherit
Iterable?