class ClientException(Exception): ''' Base Exceptions for sending notifications that fail ''' pass class Client(object): ''' Base client for sending notifications. ''' pass