def main(): print("Hello from testing-frameworks!") if __name__ == "__main__": main()