openSUSE-release-tools/totest-manager.py
2019-03-27 15:56:48 +01:00

9 lines
123 B
Python
Executable File

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