## Example of code ``` cl = Client("en", "fr") for tr in cl.get_translations("I"): print(tr) ``` ## Expected behavior prints Moi ## Real behavior don't print anything
Example of code
Expected behavior
prints Moi
Real behavior
don't print anything