from common.models import * from .Device import DeviceController class VISCameraController(DeviceController): """ Device controller for VIS Camera. This class may implement set, get or do functions to handle particularities. """ def __init__(self): super().__init__("CameraVIS")