Mabasej_Team/.venv/lib/python3.9/site-packages/serial/urlhandler/protocol_rfc2217.py

13 lines
317 B
Python
Raw Normal View History

2021-03-17 08:57:57 +01:00
#! python
#
# This is a thin wrapper to load the rfc2217 implementation.
#
# This file is part of pySerial. https://github.com/pyserial/pyserial
# (C) 2011 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause
from __future__ import absolute_import
from serial.rfc2217 import Serial # noqa