I have a class i.e.
class Name: Def __iter__(self): self.a = 0 ### Declaring a few other values Def __next__(self): if #ins