forked from platypush/platypush
6 lines
105 B
Python
6 lines
105 B
Python
class Plugin(object):
|
|
def run(self, args):
|
|
raise NotImplementedError()
|
|
|
|
# vim:sw=4:ts=4:et:
|
|
|