def main(): print("Hello from ml-test!") if __name__ == "__main__": main()