micropython/tools/mpremote/mpremote.py

7 wiersze
84 B
Python
Executable File

#!/usr/bin/env python3
import sys
from mpremote import main
sys.exit(main.main())