linspector-old/lib/frontends/frontends.py

12 lines
No EOL
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