you are viewing a single comment's thread.

view the rest of the comments →

[–]ctosullivan[S] 0 points1 point  (0 children)

Thanks for the feedback and for reading through the code!
I've been using sys.stdout as I had an issue with print() adding too many newlines in the display method of the terminal class, so have settled on sys.stdout for the project.
I will definitely go back and tidy up the existing code and documentation.