Repository URL to install this package:
|
Version:
2.1.2+cpu ▾
|
#!/usr/bin/env python3
import sys
from . import main
sys.exit(main(sys.argv))