def main(): print("Hello from lets-talk!") if __name__ == "__main__": main()