TencentOS-tiny/components/language/micropython/tools/mpremote/mpremote.py

7 lines
84 B
Python

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