""" The interface class should contain all stuff for frontend/backend communication to the Linspector core. """ class Interface(): def __init__(self): pass