# -*- coding: utf-8 -*- import serial from . import BaseInterface class SerialInterface(serial.Serial, BaseInterface): pass