12 lines
295 B
Python
12 lines
295 B
Python
|
|
'''
|
||
|
|
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.
|
||
|
|
'''
|
||
|
|
|
||
|
|
|
||
|
|
class Frontends():
|
||
|
|
def __init__(self, **kwargs):
|
||
|
|
return
|