mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 01:52:25 +03:00
initial commit
This commit is contained in:
parent
c012933705
commit
3c217ff110
1 changed files with 9 additions and 0 deletions
9
opt/ahenk/base/plugin/IPlugin.py
Normal file
9
opt/ahenk/base/plugin/IPlugin.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
||||
|
||||
class IPlugin(object):
|
||||
"""docstring for IPlugin"""
|
||||
def __init__(self, arg):
|
||||
super(IPlugin, self).__init__()
|
||||
self.arg = arg
|
Loading…
Reference in a new issue