mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-15 06:42:16 +03:00
11 lines
232 B
Python
11 lines
232 B
Python
|
#!/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"
|