added interface class to core for backend/frontend commnication to core
This commit is contained in:
parent
1733ee2b74
commit
ec31ec9f15
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