File: __main__.py

package info (click to toggle)
micropython-mpremote 1.24.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 200 kB
  • sloc: python: 2,062; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/env python3

import sys
from mpremote import main

sys.exit(main.main())