linspector-old/lib/backends/backend.py

11 lines
292 B
Python
Raw Normal View History

2013-10-01 06:17:44 +02:00
"""
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