eric6/MicroPython/__init__.py@bca506f8c756
eric6/MicroPython/__init__.py
Mon, 22 Jul 2019 18:48:27 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 22 Jul 2019 18:48:27 +0200
- branch
- micropython
- changeset 7078
- bca506f8c756
- parent 7054
-
fb84d8489bc1
- child 7229
-
53054eb5b15a
- permissions
- -rw-r--r--
MicroPython: started to implement the file manager widget; added the forgotten MicroPythonFileManagerWidget.[py, ui] files.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""
from __future__ import unicode_literals