"""远程训练入口:python -m app.engines.remote_train """ from app.engines.remote_train import main if __name__ == "__main__": main()