#!/usr/bin/env python3

'''
Run this script to check the baseline.
'''

import test_baselines as tb

tb.test_baseline()



