eric6/MicroPython/__init__.py@84d2a73b448a
eric6/MicroPython/__init__.py
Sat, 27 Jul 2019 19:22:21 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 27 Jul 2019 19:22:21 +0200
- branch
- micropython
- changeset 7091
- 84d2a73b448a
- parent 7054
-
fb84d8489bc1
- child 7229
-
53054eb5b15a
- permissions
- -rw-r--r--
EspDevices, MicroPythonDevices: fixed a wrong source docu string.
# -*- 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