diff --git a/lib/processors/syslog.py b/lib/processors/syslog.py new file mode 100644 index 0000000..05b4665 --- /dev/null +++ b/lib/processors/syslog.py @@ -0,0 +1,10 @@ +""" +The syslog processor +""" + +from processor import Processor + + +class Syslog(Processor): + def __init__(self): + pass \ No newline at end of file