12 lines
No EOL
296 B
Python
12 lines
No EOL
296 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 are absolutely no requirement for running Linspector.
|
|
"""
|
|
|
|
|
|
class Frontend():
|
|
def __init__(self, **kwargs):
|
|
return |