openSUSE-release-tools/totest-manager.py

9 lines
124 B
Python
Raw Normal View History

2019-05-15 20:47:21 +02:00
#!/usr/bin/python3
from ttm.cli import CommandLineInterface
2018-11-26 10:14:17 +01:00
import sys
app = CommandLineInterface()
sys.exit(app.main())