blob: fba67d53f8afe943ea6e36f7ec375ee76150eee1 [file] [log] [blame]
cliechti2a6d5332011-03-04 02:08:32 +00001#! python
2#
3# Python Serial Port Extension for Win32, Linux, BSD, Jython
4# see ../__init__.py
5#
6# This is a thin wrapper to load the rfc2271 implementation.
7#
8# (C) 2011 Chris Liechti <cliechti@gmx.net>
Chris Liechtifbdd8a02015-08-09 02:37:45 +02009#
10# SPDX-License-Identifier: BSD-3-Clause
cliechti2a6d5332011-03-04 02:08:32 +000011
12from serial.rfc2217 import Serial