2025-10-10 16:07:00 +08:00

7 lines
84 B
Python
Executable File

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