tracefix_rl / tasks /__init__.py
databoysu
reorganization done
8f66ad1
raw
history blame contribute delete
144 Bytes
"""Task registry package for TraceFix-RL."""
from .tasks import ALL_TASKS, TASKS_BY_DIFFICULTY
__all__ = ["ALL_TASKS", "TASKS_BY_DIFFICULTY"]