mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
feat: Add logic module to reasoning_gym package imports
This commit is contained in:
parent
0521254208
commit
2ca5db51ea
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin
|
|||
|
||||
from . import arithmetic
|
||||
from . import cognition
|
||||
from . import logic
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["arithmetic", "cognition"]
|
||||
__all__ = ["arithmetic", "cognition", "logic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue