kgtk
kgtk copied to clipboard
Make KgtkReader and KgtkWriter be Context Managers
KgtkReader and KgtkWriter should implement the Python Context manager protocol so the with
statement can be used with them. This will simplify some KGTK code and make it easier to maintain.