I have been following this tutorial to make my side project and it has been very helpful. But the code
if not self.win: in the "Open with" and single instancing section gave me an error AttributeError: 'App' object has no attribute 'win'.. My understanding is i should use hasattr() instead?