linspector-old/lib/frontends/frontend.py

12 lines
No EOL
294 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 Frontend():
def __init__(self, **kwargs):
return