Ahenk/opt/ahenk/base/model/PluginKillSignal.py

11 lines
232 B
Python
Raw Normal View History

2016-03-30 17:11:47 +03:00
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
class PluginKillSignal(object):
@property
def obj_name(self):
return "KILL_SIGNAL"