"""RL training entry point — delegates to src/train.py (openenv.train).""" from openenv.train import main if __name__ == "__main__": main()