#!/usr/libexec/platform-python
#
# Compare the results of a testrun against a baseline
#

from susetest.results import Regressor

regressor = Regressor()
regressor.perform()


