diff --git a/opt/ahenk/base/plugin/IPlugin.py b/opt/ahenk/base/plugin/IPlugin.py new file mode 100644 index 0000000..c6097f6 --- /dev/null +++ b/opt/ahenk/base/plugin/IPlugin.py @@ -0,0 +1,9 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Author: İsmail BAŞARAN + + class IPlugin(object): + """docstring for IPlugin""" + def __init__(self, arg): + super(IPlugin, self).__init__() + self.arg = arg