#!/usr/libexec/platform-python
#
# Inspect and tabulate the results of a previous test run
#

from susetest.results import Tabulator

tabulator = Tabulator()
tabulator.perform()


