from lib import ListGenerator for i in ListGenerator('audio'): print(i.__repr__()) print(f"{i.path}/{i.name}")