some cleanups and bug fixes.
This commit is contained in:
parent
e80e50a3db
commit
fbf860e573
6 changed files with 25 additions and 17 deletions
12
lib/frontends/frontend.py
Normal file
12
lib/frontends/frontend.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"""
|
||||
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 Frontend():
|
||||
def __init__(self, **kwargs):
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue