forgot two files in backends

This commit is contained in:
Johannes Findeisen 2013-10-01 06:17:44 +02:00
commit a267979465
2 changed files with 11 additions and 0 deletions

0
lib/backends/__init__.py Normal file
View file

11
lib/backends/backend.py Normal file
View 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