src/eric7/MicroPython/BluetoothDialogs/__init__.py@54c614d91eff
src/eric7/MicroPython/BluetoothDialogs/__init__.py
Fri, 28 Apr 2023 12:07:41 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 28 Apr 2023 12:07:41 +0200
- branch
- mpy_network
- changeset 9990
- 54c614d91eff
- parent 9855
-
c9244db5566a
- child 10439
-
21c28b0f9e41
- permissions
- -rw-r--r--
MicroPython
- Refactored the code by introducing a device interface base class and changed the interface instantiation logic to prepare the basis for developing the 'webrepl' interface.
# -*- coding: utf-8 -*-
# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing Bluetooth related dialogs.
"""