mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 06:32:17 +03:00
removed iplıgin interface
This commit is contained in:
parent
3ccb1d1d05
commit
811f1f605a
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
#!/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