def __getattr__(self, attr): try: return StringHandler.__getattr__(self, attr) except KeyError: return getattr(plurals, attr)