This is helpful because some scripts are likely to use mpremote with a specific python path.
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
from mpremote import main
|
|
|
|
sys.exit(main.main())
|