feat: Expose arithmetic modules automatically in reasoning_gym package

This commit is contained in:
Andreas Koepf (aider) 2025-01-23 12:25:26 +01:00
parent 5c5cbf3194
commit 575624aa93
2 changed files with 10 additions and 1 deletions

View file

@ -2,4 +2,7 @@
Reasoning Gym - A library of procedural dataset generators for training reasoning models
"""
from . import arithmetic
__version__ = "0.1.0"
__all__ = ["arithmetic"]