I need to create generator which can be use more than one time. I have classes like this:
class iter_maker: def __iter__(self): return self class