def main(): print("Hello from exploration!") if __name__ == "__main__": main()