from tests import run_tests def main(): run_tests() if __name__ == "__main__": main()