class TerminalAdapterInterface(object): def set_pokemon(self, pokemon): raise NotImplementedError() def clear(self): raise NotImplementedError()