diff --git a/lib/core/interface.py b/lib/core/interface.py new file mode 100644 index 0000000..26a7d88 --- /dev/null +++ b/lib/core/interface.py @@ -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