This has been under development since April 2017. See #3034 and #6375. Signed-off-by: Damien George <damien@micropython.org>
6 lines
84 B
Python
Executable file
6 lines
84 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
from mpremote import main
|
|
|
|
sys.exit(main.main())
|