mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 12:22:18 +03:00
8 lines
186 B
Python
8 lines
186 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
|
|
|
|
|
|
|
def run(val):
|
|
print "oo yeah plugin1 " + str(val)
|