def main():
    print("Hello from ai-researcher!")


if __name__ == "__main__":
    main()
