""" Example trainer implementations of how to implement a trainer for the Atropos library. """ from example_trainer.grpo import TrainingConfig, train __all__ = ["TrainingConfig", "train"]