openSUSE-release-tools/pkglistgen.py
2019-05-12 21:22:07 +02:00

9 lines
131 B
Python
Executable File

#!/usr/bin/python3
from pkglistgen.cli import CommandLineInterface
import sys
app = CommandLineInterface()
sys.exit(app.main())