tools/mpremote: Allow running mpremote with python -m
.
This is helpful because some scripts are likely to use mpremote with a specific python path.
This commit is contained in:
parent
3e70be8ee9
commit
4c252ae067
6
tools/mpremote/mpremote/__main__.py
Normal file
6
tools/mpremote/mpremote/__main__.py
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
from mpremote import main
|
||||
|
||||
sys.exit(main.main())
|
Loading…
x
Reference in New Issue
Block a user