Something like: ``` python def progress(iterable, bar_desc=BarDescriptor(<this should contain a nice default>))): ``` which could be used in a for loop for progress display in the simplest way possible.