#!/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