Skip to content

Commit 7d0ac2d

Browse files
committed
reubicacion app
1 parent 533e466 commit 7d0ac2d

26 files changed

+4350
-0
lines changed

uPy_IDE/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = '0.0.1'

uPy_IDE/__init__.pyc

138 Bytes
Binary file not shown.

uPy_IDE/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from uPy_IDE.app import main
2+
3+
if __name__ == '__main__':
4+
main().main_loop()
163 Bytes
Binary file not shown.
235 Bytes
Binary file not shown.
7.49 KB
Binary file not shown.
10.9 KB
Binary file not shown.
100 KB
Binary file not shown.
8.52 KB
Binary file not shown.
10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)