Template Abstraction

This commit is contained in:
EduardDurech 2025-02-07 17:06:50 +00:00
parent 227319f1da
commit c2e3dbc826
8 changed files with 325 additions and 387 deletions

View file

@ -15,4 +15,4 @@ for module in [
# algebra, algorithmic, arithmetic, code,
# cognition, games, geometry, graphs, logic
]:
__all__.extend([name for name in module.__all__ if name.endswith('Dataset')])
__all__.extend([name for name in module.__all__ if name.endswith('Exercise')])