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