We should log using the logging package. This needs some planning, but I think each instance of the main classes should instantiate its own logger as, e.g. self.log and then it closes that out before deletion. This would also significantly improve logging in the application over printing
We should log using the
loggingpackage. This needs some planning, but I think each instance of the main classes should instantiate its own logger as, e.g.self.logand then it closes that out before deletion. This would also significantly improve logging in the application over printing