linux-tools/IModule.py

9 lines
182 B
Python
Raw Normal View History

class IModule(object):
"""docstring for Module."""
def __init__(self):
super(IModule, self).__init__()
2019-12-14 04:26:02 +01:00
def get_command(self):
raise NotImplementedError