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