forgot two files in backends
This commit is contained in:
parent
c0ddae7eb5
commit
a267979465
2 changed files with 11 additions and 0 deletions
0
lib/backends/__init__.py
Normal file
0
lib/backends/__init__.py
Normal file
11
lib/backends/backend.py
Normal file
11
lib/backends/backend.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"""
|
||||
Backends can be a http service or xml-rpc service; let's say background threads providing an interface somewhere. They
|
||||
should run as background threads.
|
||||
|
||||
Backends are absolutely no requirement for running Linspector.
|
||||
"""
|
||||
|
||||
|
||||
class Backend():
|
||||
def __init__(self, **kwargs):
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue