added interface class to core for backend/frontend commnication to core

This commit is contained in:
Johannes Findeisen 2013-10-01 06:51:54 +02:00
commit ec31ec9f15

8
lib/core/interface.py Normal file
View file

@ -0,0 +1,8 @@
"""
The interface class should contain all stuff for frontend/backend communication to the Linspector core.
"""
class Interface():
def __init__(self):
pass