linux-tools/IModule.py

9 lines
181 B
Python

class IModule(object):
"""docstring for Module."""
def __init__(self):
super(IModule, self).__init__()
def getCommand(self):
raise NotImplementedError