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