""" An implementation of __main__() that allows us to "run this module." """ from test import build_suite, run_suite run_suite(build_suite())