1 # -*- coding: utf-8 -*-
2 # -----------------------------------------------------------------------------
3 # Copyright © 2020 Marcin Stano
4 # Copyright © 2009- The Spyder Development Team
6 # Licensed under the terms of the MIT License
7 # (see LICENSE.txt for details)
8 # -----------------------------------------------------------------------------
9 """Provides QtSerialPort classes and functions."""
12 from . import PYQT5
, PythonQtError
15 from PyQt5
.QtSerialPort
import *
17 raise PythonQtError('No Qt bindings could be found')