blob: efb27f0a2ec4a2c394653de7bfe4571710c10998 [file] [log] [blame]
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
class IpcCommand(object):
__slots__ = ()
def __call__(self, argv):
raise NotImplementedError(self)