mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
9 lines
173 B
Python
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")
|
|
|