src/eric7/MicroPython/Devices/CircuitPythonUpdater/__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 9756
9854647c8c5c
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 the updater and associated dialogs.
"""

eric ide

mercurial