""" 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