File size: 144 Bytes
8f66ad1
 
 
 
 
1
2
3
4
5
6
"""Task registry package for TraceFix-RL."""

from .tasks import ALL_TASKS, TASKS_BY_DIFFICULTY

__all__ = ["ALL_TASKS", "TASKS_BY_DIFFICULTY"]