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.
|
|
|
|
|
|
2013-08-18 03:08:09 +02:00
|
|
|
Frontends are 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
|