def main(): print("欢迎使用麦麦智农!请运行 `just run` 或 `uv run streamlit run app.py` 启动应用。") if __name__ == "__main__": main()