src/eric7/MicroPython/BluetoothDialogs/__init__.py

Thu, 04 May 2023 11:22:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 04 May 2023 11:22:11 +0200
branch
mpy_network
changeset 10011
26a7d607b8f6
parent 9855
c9244db5566a
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- Refactored the code by extracting the REPL widget into a separate module.

# -*- coding: utf-8 -*-

# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing Bluetooth related dialogs.
"""

eric ide

mercurial