comparison: src/eric7/MicroPython/Tools/__init__.py
src/eric7/MicroPython/Tools/__init__.py
- branch
- eric7
- changeset 9915
- fd5ff16632cb
- child 10439
- 21c28b0f9e41
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Package implementing some MicroPython related tools. |
|
8 |
|
9 Note: There might be tools taken from third party sources. |
|
10 """ |