mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
feat: Add logic module to reasoning_gym package imports
This commit is contained in:
parent
fa68760784
commit
d0444f3546
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