def main(): print("Hello from agents-course-assignment!") if __name__ == "__main__": main()