I'm designing an application in PyQt that uses accounts for specific websites. So I have a base class called Account, and website specific account classes derived from Account such as: GoogleAccount, YouTubeAccount, etc. I'm designing an application in PyQt that uses