openSUSE-release-tools/totest-manager.py
2019-05-15 20:47:41 +02:00

9 lines
124 B
Python
Executable File

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