linspector-old/lib/frontends/frontend.py

12 lines
294 B
Python
Raw Normal View History

2013-08-14 20:36:35 +02:00
"""
2013-08-13 23:10:06 +02:00
Just the frontends.py stub... ;)
If linspector is being started without a frontend "enabled" it just is doing stuff like: polling, alerting, logging etc.
Frontends a absolutely no requirement for running Linspector.
2013-08-14 20:36:35 +02:00
"""
2013-08-13 23:10:06 +02:00
2013-08-14 20:36:35 +02:00
class Frontend():
2013-08-13 23:10:06 +02:00
def __init__(self, **kwargs):
return