he surely is... ;)
This commit is contained in:
parent
93fcadefa9
commit
90d59778a6
4 changed files with 30 additions and 0 deletions
12
lib/frontends/frontends.py
Normal file
12
lib/frontends/frontends.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 Frontends():
|
||||
def __init__(self, **kwargs):
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue