added interface class to core for backend/frontend commnication to core
This commit is contained in:
parent
8905be4228
commit
9c4b253704
1 changed files with 8 additions and 0 deletions
8
lib/core/interface.py
Normal file
8
lib/core/interface.py
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue