aboutsummaryrefslogtreecommitdiff
blob: 763cdb30b33b5af8c4b4178bae115b4940557cac (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2


class IpcCommand:
    __slots__ = ()

    def __call__(self, argv):
        raise NotImplementedError(self)