Ahenk/opt/ahenk/plugins/plugin2/main.py

7 lines
186 B
Python
Raw Normal View History

2016-02-29 10:48:00 +02:00
#!/usr/bin/python3
2016-02-01 17:00:34 +02:00
# -*- coding: utf-8 -*-
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
def run(val):
print "oo yeah plugin2 " + str(val)