Exploring Generators in Python
https://blogs.dgplug.org/pradhvan/exploring-generators-in-python
Good thing I did not add them, just saw the official docs that Yield From is now depreciated and will be removed from Python 3.10. Yield From -> await
So yeah , I know what to pick up now :)