okio-ai / nendo

The Nendo AI Audio Tool Suite
MIT License
207 stars 12 forks source link

Feat: iterate over collections #12

Closed faradox closed 10 months ago

faradox commented 10 months ago

This PR enables iterating over collections like:

collection = # ...
for track in collection:
  print(track.id)