moved some frontends/* to new backends/; backends are threads running in background, no frontend
This commit is contained in:
parent
fc33883fd9
commit
2388a945a4
4 changed files with 16 additions and 9 deletions
|
|
@ -1,13 +0,0 @@
|
|||
"""
|
||||
A HTTPS frontend to the current Linspector instance.
|
||||
|
||||
A Webserver listening for requests to give information about the internal state of linspector.
|
||||
(maybe providing a JSON API to the instance too...)
|
||||
"""
|
||||
|
||||
from lib.frontends.frontend import Frontend
|
||||
|
||||
|
||||
class HttpsFrontend(Frontend):
|
||||
def __init__(self, **kwargs):
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue