# main_chatbot.py def greet(): return "Hello! How can I assist you today?" if __name__ == "__main__": print(greet())