1#! python 2# 3# This is a thin wrapper to load the rfc2217 implementation. 4# 5# This file is part of pySerial. https://github.com/pyserial/pyserial 6# (C) 2011 Chris Liechti <[email protected]> 7# 8# SPDX-License-Identifier: BSD-3-Clause 9 10from __future__ import absolute_import 11 12from serial.rfc2217 import Serial # noqa 13