def main(): print("Hello from ta-chatterbox!") if __name__ == "__main__": main()