BOSWatch/plugin_test/plugins/none/__init__.py
2015-05-19 07:29:39 +02:00

9 lines
173 B
Python

#!/usr/bin/python
# -*- coding: cp1252 -*-
import logging # Global logger
import globals # Global variables
def run(typ,freq,data):
logging.info("Nothing to do")