"""Task registry package for TraceFix-RL.""" from .tasks import ALL_TASKS, TASKS_BY_DIFFICULTY __all__ = ["ALL_TASKS", "TASKS_BY_DIFFICULTY"]