formatting

This commit is contained in:
Andreas Koepf 2025-01-24 10:34:07 +01:00
parent 98988c8481
commit 20069b2a7d
37 changed files with 504 additions and 666 deletions

View file

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