Ahenk/usr/share/ahenk/plugins/script/main.py
2020-04-06 18:13:10 +03:00

16 lines
322 B
Python

#!/usr/bin/python3
# -*- coding: utf-8 -*-
def info():
inf = dict()
inf['name'] = 'script'
inf['version'] = '1.0.0'
inf['support'] = 'debian'
inf['description'] = ''
inf['task'] = True
inf['user_oriented'] = False
inf['machine_oriented'] = False
inf['developer'] = ''
return inf